Html Css Color HEX #C5762B Ochre

📋 copy color: '#C5762B'

red 197 ◦ green 118 ◦ blue 43

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

Shades of Ochre #C5762B

Tints of Ochre #C5762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 55.03%
G = 32.96%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5762B (or 0xC5762B) is known color: Ochre. HEX triplet: C5, 76 and 2B. RGB value is (197,118,43). Sum of RGB (Red+Green+Blue) = 197+118+43=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5762B is #3A89D4. Grayscale: #858585. Windows color (decimal): -3836373 or 2848453. OLE color: 2848453.

HSL color Cylindrical-coordinate representation of color #C5762B: hue angle of 29.22º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5762B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 118 43 -
CMYK 0 0.40 0.78 0.23
HSL 29.22º 0.64% 0.47% -
HSV(B) 29.22º 0.78% 0.77% -
XYZ 29.94 25 5.53 -
YUV 133.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 197 118 43 0 0.40 0.78 0.23 29.22 0.64 0.47
Hex C5 76 2B 0 28 4E 17 1D 40 2F
Octal 305 166 53 0 50 116 27 35 100 57
Binary 11000101 1110110 101011 0 101000 1001110 10111 11101 1000000 101111

Color Harmonies of #C5762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5762B

Black with #C5762B

Text Example


Text Example

White with #C5762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5762B; }

 p { color: rgb(197,118,43); }

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

background-color css

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

 a { background-color: rgb(197,118,43); }

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

border-color css

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

 span { border-color: rgb(197,118,43); }

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