Html Css Color HEX #C5791B Ochre

📋 copy color: '#C5791B'

red 197 ◦ green 121 ◦ blue 27

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

Shades of Ochre #C5791B

Tints of Ochre #C5791B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 57.1%
G = 35.07%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5791B (or 0xC5791B) is known color: Ochre. HEX triplet: C5, 79 and 1B. RGB value is (197,121,27). Sum of RGB (Red+Green+Blue) = 197+121+27=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5791B is #3A86E4. Grayscale: #858585. Windows color (decimal): -3835621 or 1800645. OLE color: 1800645.

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

Color convert

RGB 197 121 27 -
CMYK 0 0.39 0.86 0.23
HSL 33.18º 0.76% 0.44% -
HSV(B) 33.18º 0.86% 0.77% -
XYZ 30.06 25.62 4.4 -
YUV 133.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 197 121 27 0 0.39 0.86 0.23 33.18 0.76 0.44
Hex C5 79 1B 0 27 56 17 21 4C 2C
Octal 305 171 33 0 47 126 27 41 114 54
Binary 11000101 1111001 11011 0 100111 1010110 10111 100001 1001100 101100

Color Harmonies of #C5791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5791B

Black with #C5791B

Text Example


Text Example

White with #C5791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5791B; }

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

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

background-color css

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

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

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

border-color css

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

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

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