Html Css Color HEX #C7791E Ochre

📋 copy color: '#C7791E'

red 199 ◦ green 121 ◦ blue 30

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

Shades of Ochre #C7791E

Tints of Ochre #C7791E

RGB

 RED value IS 199 (78.13% from 255) = 56.86%

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

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

R = 56.86%
G = 34.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7791E (or 0xC7791E) is known color: Ochre. HEX triplet: C7, 79 and 1E. RGB value is (199,121,30). Sum of RGB (Red+Green+Blue) = 199+121+30=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7791E is #3886E1. Grayscale: #868686. Windows color (decimal): -3704546 or 1997255. OLE color: 1997255.

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

Color convert

RGB 199 121 30 -
CMYK 0 0.39 0.85 0.22
HSL 32.31º 0.74% 0.45% -
HSV(B) 32.31º 0.85% 0.78% -
XYZ 30.62 25.91 4.62 -
YUV 133.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 199 121 30 0 0.39 0.85 0.22 32.31 0.74 0.45
Hex C7 79 1E 0 27 55 16 20 4A 2D
Octal 307 171 36 0 47 125 26 40 112 55
Binary 11000111 1111001 11110 0 100111 1010101 10110 100000 1001010 101101

Color Harmonies of #C7791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7791E

Black with #C7791E

Text Example


Text Example

White with #C7791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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