#C4831B

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

Shades of Ochre #C4831B

Tints of Ochre #C4831B

Color information

#C4831B (or 0xC4831B) is unknown color: approx Ochre. HEX triplet: C4, 83 and 1B. RGB value is (196,131,27). Sum of RGB (Red+Green+Blue) = 196+131+27=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4831B is #3B7CE4. Grayscale: #8B8B8B. Windows color (decimal): -3898597 or 1803204. OLE color: 1803204.

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

Color convert

RGB19613127-
CMYK00.330.860.23
HSL36.92º75.78%43.73%-
HSV(B)36.92º86.22%76.86%-
XYZ31.0828.054.81-
YUV138.5865.03168.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.37%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 27 (10.94% from 255) = 7.63%
R=55.37%
G=37.01%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961312700.330.860.2336.9275.7843.73
HexC4831B0215617254c2c
Octal30420333041126274511454
Binary11000100100000111101101000011010110101111001011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4831B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4831B; }

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

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

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

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

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

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

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

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