Html Css Color HEX #C57E1E Ochre

📋 copy color: '#C57E1E'

red 197 ◦ green 126 ◦ blue 30

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

Shades of Ochre #C57E1E

Tints of Ochre #C57E1E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.69%

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 55.81%
G = 35.69%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C57E1E (or 0xC57E1E) is known color: Ochre. HEX triplet: C5, 7E and 1E. RGB value is (197,126,30). Sum of RGB (Red+Green+Blue) = 197+126+30=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E1E is #3A81E1. Grayscale: #888888. Windows color (decimal): -3834338 or 1998533. OLE color: 1998533.

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

Color convert

RGB 197 126 30 -
CMYK 0 0.36 0.85 0.23
HSL 34.49º 0.74% 0.45% -
HSV(B) 34.49º 0.85% 0.77% -
XYZ 30.72 26.89 4.8 -
YUV 136.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 197 126 30 0 0.36 0.85 0.23 34.49 0.74 0.45
Hex C5 7E 1E 0 24 55 17 22 4A 2D
Octal 305 176 36 0 44 125 27 42 112 55
Binary 11000101 1111110 11110 0 100100 1010101 10111 100010 1001010 101101

Color Harmonies of #C57E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E1E

Black with #C57E1E

Text Example


Text Example

White with #C57E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E1E; }

 p { color: rgb(197,126,30); }

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

background-color css

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

 a { background-color: rgb(197,126,30); }

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

border-color css

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

 span { border-color: rgb(197,126,30); }

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