Html Css Color HEX #C57C1F Ochre

📋 copy color: '#C57C1F'

red 197 ◦ green 124 ◦ blue 31

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

Shades of Ochre #C57C1F

Tints of Ochre #C57C1F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 55.97%
G = 35.23%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C57C1F (or 0xC57C1F) is known color: Ochre. HEX triplet: C5, 7C and 1F. RGB value is (197,124,31). Sum of RGB (Red+Green+Blue) = 197+124+31=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C1F is #3A83E0. Grayscale: #878787. Windows color (decimal): -3834849 or 2063557. OLE color: 2063557.

HSL color Cylindrical-coordinate representation of color #C57C1F: hue angle of 33.61º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C57C1F is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 31 -
CMYK 0 0.37 0.84 0.23
HSL 33.61º 0.73% 0.45% -
HSV(B) 33.61º 0.84% 0.77% -
XYZ 30.48 26.38 4.78 -
YUV 135.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 197 124 31 0 0.37 0.84 0.23 33.61 0.73 0.45
Hex C5 7C 1F 0 25 54 17 22 49 2D
Octal 305 174 37 0 45 124 27 42 111 55
Binary 11000101 1111100 11111 0 100101 1010100 10111 100010 1001001 101101

Color Harmonies of #C57C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C1F

Black with #C57C1F

Text Example


Text Example

White with #C57C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C1F; }

 p { color: rgb(197,124,31); }

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

background-color css

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

 a { background-color: rgb(197,124,31); }

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

border-color css

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

 span { border-color: rgb(197,124,31); }

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