#C7821E

Color #C7821E Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C7821E

Tints of Ochre #C7821E

Color information

#C7821E (or 0xC7821E) is unknown color: approx Ochre. HEX triplet: C7, 82 and 1E. RGB value is (199,130,30). Sum of RGB (Red+Green+Blue) = 199+130+30=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7821E is #387DE1. Grayscale: #8B8B8B. Windows color (decimal): -3702242 or 1999559. OLE color: 1999559.

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

Color convert

RGB19913030-
CMYK00.350.850.22
HSL35.5º73.8%44.9%-
HSV(B)35.5º84.92%78.04%-
XYZ31.7728.25-
YUV139.2366.36170.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.43%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 30 (12.11% from 255) = 8.36%
R=55.43%
G=36.21%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991303000.350.850.2235.573.844.9
HexC7821E0235516244a2d
Octal30720236043125264411255
Binary11000111100000101111001000111010101101101001001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7821E; }

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

 H1.HeaderClassName
 {
   color: #C7821E;
 }
 .AnyTagClassName
 {
   color: #C7821E;
 }
</style>
background-color css

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

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

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

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

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

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