Html Css Color HEX #C5761B Ochre

📋 copy color: '#C5761B'

red 197 ◦ green 118 ◦ blue 27

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

Shades of Ochre #C5761B

Tints of Ochre #C5761B

RGB

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

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

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

R = 57.6%
G = 34.5%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5761B (or 0xC5761B) is known color: Ochre. HEX triplet: C5, 76 and 1B. RGB value is (197,118,27). Sum of RGB (Red+Green+Blue) = 197+118+27=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5761B is #3A89E4. Grayscale: #838383. Windows color (decimal): -3836389 or 1799877. OLE color: 1799877.

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

Color convert

RGB 197 118 27 -
CMYK 0 0.40 0.86 0.23
HSL 32.12º 0.76% 0.44% -
HSV(B) 32.12º 0.86% 0.77% -
XYZ 29.7 24.91 4.28 -
YUV 131.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 197 118 27 0 0.40 0.86 0.23 32.12 0.76 0.44
Hex C5 76 1B 0 28 56 17 20 4C 2C
Octal 305 166 33 0 50 126 27 40 114 54
Binary 11000101 1110110 11011 0 101000 1010110 10111 100000 1001100 101100

Color Harmonies of #C5761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5761B

Black with #C5761B

Text Example


Text Example

White with #C5761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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