Html Css Color HEX #C57913 Ochre

📋 copy color: '#C57913'

red 197 ◦ green 121 ◦ blue 19

#C57913
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C57913

Tints of Ochre #C57913

RGB

 RED value IS 197 (77.34% from 255) = 58.46%

 GREEN value IS 121 (47.66% from 255) = 35.91%

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 58.46%
G = 35.91%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C57913 (or 0xC57913) is known color: Ochre. HEX triplet: C5, 79 and 13. RGB value is (197,121,19). Sum of RGB (Red+Green+Blue) = 197+121+19=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57913 is #3A86EC. Grayscale: #848484. Windows color (decimal): -3835629 or 1276357. OLE color: 1276357.

HSL color Cylindrical-coordinate representation of color #C57913: hue angle of 34.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C57913 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 19 -
CMYK 0 0.39 0.90 0.23
HSL 34.38º 0.82% 0.42% -
HSV(B) 34.38º 0.9% 0.77% -
XYZ 29.98 25.59 3.98 -
YUV 132.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 197 121 19 0 0.39 0.90 0.23 34.38 0.82 0.42
Hex C5 79 13 0 27 5A 17 22 52 2A
Octal 305 171 23 0 47 132 27 42 122 52
Binary 11000101 1111001 10011 0 100111 1011010 10111 100010 1010010 101010

Color Harmonies of #C57913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57913

Black with #C57913

Text Example


Text Example

White with #C57913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57913; }

 p { color: rgb(197,121,19); }

 H1.HeaderClassName
 {
   color: #C57913;
 }
 .AnyTagClassName
 {
   color: #C57913;
 }
</style>

background-color css

<style>
 a { background-color: #C57913; }

 a { background-color: rgb(197,121,19); }

 div.DivClassName
 {
   background-color: #C57913;
 }
 .BgClassName
 {
   background-color: #C57913;
 }
</style>

border-color css

<style>
 span { border-color: #C57913; }

 span { border-color: rgb(197,121,19); }

 td.TdClassName
 {
   border-color: #C57913;
 }
 .TagClassName
 {
   border-color: #C57913;
 }
</style>