#C7831B

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

Shades of Ochre #C7831B

Tints of Ochre #C7831B

Color information

#C7831B (or 0xC7831B) is unknown color: approx Ochre. HEX triplet: C7, 83 and 1B. RGB value is (199,131,27). Sum of RGB (Red+Green+Blue) = 199+131+27=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7831B is #387CE4. Grayscale: #8B8B8B. Windows color (decimal): -3701989 or 1803207. OLE color: 1803207.

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

Color convert

RGB19913127-
CMYK00.340.860.22
HSL36.28º76.11%44.31%-
HSV(B)36.28º86.43%78.04%-
XYZ31.8728.454.85-
YUV139.4864.53170.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.74%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 27 (10.94% from 255) = 7.56%
R=55.74%
G=36.69%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991312700.340.860.2236.2876.1144.31
HexC7831B0225616244c2c
Octal30720333042126264411454
Binary11000111100000111101101000101010110101101001001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7831B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7831B; }

 p { color: rgb(199,131,27); }

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

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

 a { background-color: rgb(199,131,27); }

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

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

 span { border-color: rgb(199,131,27); }

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