Html Css Color HEX #C5791D Ochre

📋 copy color: '#C5791D'

red 197 ◦ green 121 ◦ blue 29

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

Shades of Ochre #C5791D

Tints of Ochre #C5791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 56.77%
G = 34.87%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5791D (or 0xC5791D) is known color: Ochre. HEX triplet: C5, 79 and 1D. RGB value is (197,121,29). Sum of RGB (Red+Green+Blue) = 197+121+29=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C5791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5791D is #3A86E2. Grayscale: #858585. Windows color (decimal): -3835619 or 1931717. OLE color: 1931717.

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

Color convert

RGB 197 121 29 -
CMYK 0 0.39 0.85 0.23
HSL 32.86º 0.74% 0.44% -
HSV(B) 32.86º 0.85% 0.77% -
XYZ 30.09 25.63 4.52 -
YUV 133.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 197 121 29 0 0.39 0.85 0.23 32.86 0.74 0.44
Hex C5 79 1D 0 27 55 17 21 4A 2C
Octal 305 171 35 0 47 125 27 41 112 54
Binary 11000101 1111001 11101 0 100111 1010101 10111 100001 1001010 101100

Color Harmonies of #C5791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5791D

Black with #C5791D

Text Example


Text Example

White with #C5791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5791D; }

 p { color: rgb(197,121,29); }

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

background-color css

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

 a { background-color: rgb(197,121,29); }

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

border-color css

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

 span { border-color: rgb(197,121,29); }

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