#834C0F

Color #834C0F Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #834C0F

Tints of Saddle Brown #834C0F

Color information

#834C0F (or 0x834C0F) is unknown color: approx Saddle Brown. HEX triplet: 83, 4C and 0F. RGB value is (131,76,15). Sum of RGB (Red+Green+Blue) = 131+76+15=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #834C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834C0F is #7CB3F0. Grayscale: #555555. Windows color (decimal): -8172529 or 1002627. OLE color: 1002627.

HSL color Cylindrical-coordinate representation of color #834C0F: hue angle of 31.55º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #834C0F is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1317615-
CMYK00.420.890.49
HSL31.55º79.45%28.63%-
HSV(B)31.55º88.55%51.37%-
XYZ12.0310.031.75-
YUV85.4988.22160.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.01%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 15 (6.25% from 255) = 6.76%
R=59.01%
G=34.23%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131761500.420.890.4931.5579.4528.63
Hex834CF02A5931204f1d
Octal20311417052131614011735
Binary100000111001100111101010101011001110001100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834C0F; }

 p { color: rgb(131,76,15); }

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

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

 a { background-color: rgb(131,76,15); }

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

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

 span { border-color: rgb(131,76,15); }

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