Html Css Color HEX #C57A1B Ochre

📋 copy color: '#C57A1B'

red 197 ◦ green 122 ◦ blue 27

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

Shades of Ochre #C57A1B

Tints of Ochre #C57A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

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

R = 56.94%
G = 35.26%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C57A1B (or 0xC57A1B) is known color: Ochre. HEX triplet: C5, 7A and 1B. RGB value is (197,122,27). Sum of RGB (Red+Green+Blue) = 197+122+27=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A1B is #3A85E4. Grayscale: #868686. Windows color (decimal): -3835365 or 1800901. OLE color: 1800901.

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

Color convert

RGB 197 122 27 -
CMYK 0 0.38 0.86 0.23
HSL 33.53º 0.76% 0.44% -
HSV(B) 33.53º 0.86% 0.77% -
XYZ 30.18 25.87 4.44 -
YUV 133.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 197 122 27 0 0.38 0.86 0.23 33.53 0.76 0.44
Hex C5 7A 1B 0 26 56 17 22 4C 2C
Octal 305 172 33 0 46 126 27 42 114 54
Binary 11000101 1111010 11011 0 100110 1010110 10111 100010 1001100 101100

Color Harmonies of #C57A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A1B

Black with #C57A1B

Text Example


Text Example

White with #C57A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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