Html Css Color HEX #C5771F Ochre

📋 copy color: '#C5771F'

red 197 ◦ green 119 ◦ blue 31

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

Shades of Ochre #C5771F

Tints of Ochre #C5771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 56.77%
G = 34.29%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5771F (or 0xC5771F) is known color: Ochre. HEX triplet: C5, 77 and 1F. RGB value is (197,119,31). Sum of RGB (Red+Green+Blue) = 197+119+31=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5771F is #3A88E0. Grayscale: #848484. Windows color (decimal): -3836129 or 2062277. OLE color: 2062277.

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

Color convert

RGB 197 119 31 -
CMYK 0 0.40 0.84 0.23
HSL 31.81º 0.73% 0.45% -
HSV(B) 31.81º 0.84% 0.77% -
XYZ 29.87 25.16 4.58 -
YUV 132.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 197 119 31 0 0.40 0.84 0.23 31.81 0.73 0.45
Hex C5 77 1F 0 28 54 17 20 49 2D
Octal 305 167 37 0 50 124 27 40 111 55
Binary 11000101 1110111 11111 0 101000 1010100 10111 100000 1001001 101101

Color Harmonies of #C5771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5771F

Black with #C5771F

Text Example


Text Example

White with #C5771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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