Html Css Color HEX #C5791E Ochre

📋 copy color: '#C5791E'

red 197 ◦ green 121 ◦ blue 30

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

Shades of Ochre #C5791E

Tints of Ochre #C5791E

RGB

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

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

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

R = 56.61%
G = 34.77%
B = 8.62%

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

#C5791E (or 0xC5791E) is known color: Ochre. HEX triplet: C5, 79 and 1E. RGB value is (197,121,30). Sum of RGB (Red+Green+Blue) = 197+121+30=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C5791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5791E is #3A86E1. Grayscale: #858585. Windows color (decimal): -3835618 or 1997253. OLE color: 1997253.

HSL color Cylindrical-coordinate representation of color #C5791E: hue angle of 32.69º 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 #C5791E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 30 -
CMYK 0 0.39 0.85 0.23
HSL 32.69º 0.74% 0.45% -
HSV(B) 32.69º 0.85% 0.77% -
XYZ 30.1 25.64 4.59 -
YUV 133.35 69.68 173.4 -
System Red Green Blue C M Y K H S L
Decimal 197 121 30 0 0.39 0.85 0.23 32.69 0.74 0.45
Hex C5 79 1E 0 27 55 17 21 4A 2D
Octal 305 171 36 0 47 125 27 41 112 55
Binary 11000101 1111001 11110 0 100111 1010101 10111 100001 1001010 101101

Color Harmonies of #C5791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5791E

Black with #C5791E

Text Example


Text Example

White with #C5791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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