Html Css Color HEX #C5761C Ochre

📋 copy color: '#C5761C'

red 197 ◦ green 118 ◦ blue 28

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

Shades of Ochre #C5761C

Tints of Ochre #C5761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 57.43%
G = 34.4%
B = 8.16%

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

#C5761C (or 0xC5761C) is known color: Ochre. HEX triplet: C5, 76 and 1C. RGB value is (197,118,28). Sum of RGB (Red+Green+Blue) = 197+118+28=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5761C is #3A89E3. Grayscale: #838383. Windows color (decimal): -3836388 or 1865413. OLE color: 1865413.

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

Color convert

RGB 197 118 28 -
CMYK 0 0.40 0.86 0.23
HSL 31.95º 0.75% 0.44% -
HSV(B) 31.95º 0.86% 0.77% -
XYZ 29.71 24.91 4.34 -
YUV 131.36 69.67 174.82 -
System Red Green Blue C M Y K H S L
Decimal 197 118 28 0 0.40 0.86 0.23 31.95 0.75 0.44
Hex C5 76 1C 0 28 56 17 20 4B 2C
Octal 305 166 34 0 50 126 27 40 113 54
Binary 11000101 1110110 11100 0 101000 1010110 10111 100000 1001011 101100

Color Harmonies of #C5761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5761C

Black with #C5761C

Text Example


Text Example

White with #C5761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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