Html Css Color HEX #C5791C Ochre

📋 copy color: '#C5791C'

red 197 ◦ green 121 ◦ blue 28

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

Shades of Ochre #C5791C

Tints of Ochre #C5791C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.09%

R = 56.94%
G = 34.97%
B = 8.09%

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

#C5791C (or 0xC5791C) is known color: Ochre. HEX triplet: C5, 79 and 1C. RGB value is (197,121,28). Sum of RGB (Red+Green+Blue) = 197+121+28=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5791C is #3A86E3. Grayscale: #858585. Windows color (decimal): -3835620 or 1866181. OLE color: 1866181.

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

Color convert

RGB 197 121 28 -
CMYK 0 0.39 0.86 0.23
HSL 33.02º 0.75% 0.44% -
HSV(B) 33.02º 0.86% 0.77% -
XYZ 30.07 25.63 4.46 -
YUV 133.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 197 121 28 0 0.39 0.86 0.23 33.02 0.75 0.44
Hex C5 79 1C 0 27 56 17 21 4B 2C
Octal 305 171 34 0 47 126 27 41 113 54
Binary 11000101 1111001 11100 0 100111 1010110 10111 100001 1001011 101100

Color Harmonies of #C5791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5791C

Black with #C5791C

Text Example


Text Example

White with #C5791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5791C; }

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

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

background-color css

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

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

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

border-color css

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

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

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