Html Css Color HEX #C57F1B Ochre

📋 copy color: '#C57F1B'

red 197 ◦ green 127 ◦ blue 27

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

Shades of Ochre #C57F1B

Tints of Ochre #C57F1B

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

 BLUE value IS 27 (10.94% from 255) = 7.69%

R = 56.13%
G = 36.18%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C57F1B (or 0xC57F1B) is known color: Ochre. HEX triplet: C5, 7F and 1B. RGB value is (197,127,27). Sum of RGB (Red+Green+Blue) = 197+127+27=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F1B is #3A80E4. Grayscale: #888888. Windows color (decimal): -3834085 or 1802181. OLE color: 1802181.

HSL color Cylindrical-coordinate representation of color #C57F1B: hue angle of 35.29º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C57F1B is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 27 -
CMYK 0 0.36 0.86 0.23
HSL 35.29º 0.76% 0.44% -
HSV(B) 35.29º 0.86% 0.77% -
XYZ 30.81 27.13 4.65 -
YUV 136.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 197 127 27 0 0.36 0.86 0.23 35.29 0.76 0.44
Hex C5 7F 1B 0 24 56 17 23 4C 2C
Octal 305 177 33 0 44 126 27 43 114 54
Binary 11000101 1111111 11011 0 100100 1010110 10111 100011 1001100 101100

Color Harmonies of #C57F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F1B

Black with #C57F1B

Text Example


Text Example

White with #C57F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F1B; }

 p { color: rgb(197,127,27); }

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

background-color css

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

 a { background-color: rgb(197,127,27); }

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

border-color css

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

 span { border-color: rgb(197,127,27); }

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