Html Css Color HEX #C5772A Ochre

📋 copy color: '#C5772A'

red 197 ◦ green 119 ◦ blue 42

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

Shades of Ochre #C5772A

Tints of Ochre #C5772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 55.03%
G = 33.24%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5772A (or 0xC5772A) is known color: Ochre. HEX triplet: C5, 77 and 2A. RGB value is (197,119,42). Sum of RGB (Red+Green+Blue) = 197+119+42=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5772A is #3A88D5. Grayscale: #858585. Windows color (decimal): -3836118 or 2783173. OLE color: 2783173.

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

Color convert

RGB 197 119 42 -
CMYK 0 0.40 0.79 0.23
HSL 29.81º 0.65% 0.47% -
HSV(B) 29.81º 0.79% 0.77% -
XYZ 30.04 25.23 5.48 -
YUV 133.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 197 119 42 0 0.40 0.79 0.23 29.81 0.65 0.47
Hex C5 77 2A 0 28 4F 17 1E 41 2F
Octal 305 167 52 0 50 117 27 36 101 57
Binary 11000101 1110111 101010 0 101000 1001111 10111 11110 1000001 101111

Color Harmonies of #C5772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5772A

Black with #C5772A

Text Example


Text Example

White with #C5772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5772A; }

 p { color: rgb(197,119,42); }

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

background-color css

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

 a { background-color: rgb(197,119,42); }

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

border-color css

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

 span { border-color: rgb(197,119,42); }

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