Html Css Color HEX #C57C1E Ochre

📋 copy color: '#C57C1E'

red 197 ◦ green 124 ◦ blue 30

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

Shades of Ochre #C57C1E

Tints of Ochre #C57C1E

RGB

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

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

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

R = 56.13%
G = 35.33%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C57C1E (or 0xC57C1E) is known color: Ochre. HEX triplet: C5, 7C and 1E. RGB value is (197,124,30). Sum of RGB (Red+Green+Blue) = 197+124+30=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C1E is #3A83E1. Grayscale: #878787. Windows color (decimal): -3834850 or 1998021. OLE color: 1998021.

HSL color Cylindrical-coordinate representation of color #C57C1E: hue angle of 33.77º 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 #C57C1E is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 124 30 -
CMYK 0 0.37 0.85 0.23
HSL 33.77º 0.74% 0.45% -
HSV(B) 33.77º 0.85% 0.77% -
XYZ 30.47 26.38 4.71 -
YUV 135.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 197 124 30 0 0.37 0.85 0.23 33.77 0.74 0.45
Hex C5 7C 1E 0 25 55 17 22 4A 2D
Octal 305 174 36 0 45 125 27 42 112 55
Binary 11000101 1111100 11110 0 100101 1010101 10111 100010 1001010 101101

Color Harmonies of #C57C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C1E

Black with #C57C1E

Text Example


Text Example

White with #C57C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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