Html Css Color HEX #C57914 Ochre

📋 copy color: '#C57914'

red 197 ◦ green 121 ◦ blue 20

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

Shades of Ochre #C57914

Tints of Ochre #C57914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 58.28%
G = 35.8%
B = 5.92%

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

#C57914 (or 0xC57914) is known color: Ochre. HEX triplet: C5, 79 and 14. RGB value is (197,121,20). Sum of RGB (Red+Green+Blue) = 197+121+20=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C57914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57914 is #3A86EB. Grayscale: #848484. Windows color (decimal): -3835628 or 1341893. OLE color: 1341893.

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

Color convert

RGB 197 121 20 -
CMYK 0 0.39 0.90 0.23
HSL 34.24º 0.82% 0.43% -
HSV(B) 34.24º 0.9% 0.77% -
XYZ 29.99 25.6 4.02 -
YUV 132.21 64.68 174.21 -
System Red Green Blue C M Y K H S L
Decimal 197 121 20 0 0.39 0.90 0.23 34.24 0.82 0.43
Hex C5 79 14 0 27 5A 17 22 52 2B
Octal 305 171 24 0 47 132 27 42 122 53
Binary 11000101 1111001 10100 0 100111 1011010 10111 100010 1010010 101011

Color Harmonies of #C57914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57914

Black with #C57914

Text Example


Text Example

White with #C57914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57914; }

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

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

background-color css

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

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

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

border-color css

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

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

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