Html Css Color HEX #C5771E Ochre

📋 copy color: '#C5771E'

red 197 ◦ green 119 ◦ blue 30

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

Shades of Ochre #C5771E

Tints of Ochre #C5771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 56.94%
G = 34.39%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5771E (or 0xC5771E) is known color: Ochre. HEX triplet: C5, 77 and 1E. RGB value is (197,119,30). Sum of RGB (Red+Green+Blue) = 197+119+30=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5771E is #3A88E1. Grayscale: #848484. Windows color (decimal): -3836130 or 1996741. OLE color: 1996741.

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

Color convert

RGB 197 119 30 -
CMYK 0 0.40 0.85 0.23
HSL 31.98º 0.74% 0.45% -
HSV(B) 31.98º 0.85% 0.77% -
XYZ 29.86 25.16 4.51 -
YUV 132.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 197 119 30 0 0.40 0.85 0.23 31.98 0.74 0.45
Hex C5 77 1E 0 28 55 17 20 4A 2D
Octal 305 167 36 0 50 125 27 40 112 55
Binary 11000101 1110111 11110 0 101000 1010101 10111 100000 1001010 101101

Color Harmonies of #C5771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5771E

Black with #C5771E

Text Example


Text Example

White with #C5771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5771E; }

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

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

background-color css

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

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

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

border-color css

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

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

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