Html Css Color HEX #C5761A Ochre

📋 copy color: '#C5761A'

red 197 ◦ green 118 ◦ blue 26

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

Shades of Ochre #C5761A

Tints of Ochre #C5761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 57.77%
G = 34.6%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5761A (or 0xC5761A) is known color: Ochre. HEX triplet: C5, 76 and 1A. RGB value is (197,118,26). Sum of RGB (Red+Green+Blue) = 197+118+26=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5761A is #3A89E5. Grayscale: #838383. Windows color (decimal): -3836390 or 1734341. OLE color: 1734341.

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

Color convert

RGB 197 118 26 -
CMYK 0 0.40 0.87 0.23
HSL 32.28º 0.77% 0.44% -
HSV(B) 32.28º 0.87% 0.77% -
XYZ 29.69 24.9 4.22 -
YUV 131.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 197 118 26 0 0.40 0.87 0.23 32.28 0.77 0.44
Hex C5 76 1A 0 28 57 17 20 4D 2C
Octal 305 166 32 0 50 127 27 40 115 54
Binary 11000101 1110110 11010 0 101000 1010111 10111 100000 1001101 101100

Color Harmonies of #C5761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5761A

Black with #C5761A

Text Example


Text Example

White with #C5761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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