Html Css Color HEX #834910 Saddle Brown

📋 copy color: '#834910'

red 131 ◦ green 73 ◦ blue 16

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

Shades of Saddle Brown #834910

Tints of Saddle Brown #834910

RGB

 RED value IS 131 (51.56% from 255) = 59.55%

 GREEN value IS 73 (28.91% from 255) = 33.18%

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 59.55%
G = 33.18%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#834910 (or 0x834910) is known color: Saddle Brown. HEX triplet: 83, 49 and 10. RGB value is (131,73,16). Sum of RGB (Red+Green+Blue) = 131+73+16=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #834910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834910 is #7CB6EF. Grayscale: #545454. Windows color (decimal): -8173296 or 1067395. OLE color: 1067395.

HSL color Cylindrical-coordinate representation of color #834910: hue angle of 29.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #834910 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 16 -
CMYK 0 0.44 0.88 0.49
HSL 29.74º 0.78% 0.29% -
HSV(B) 29.74º 0.88% 0.51% -
XYZ 11.84 9.63 1.72 -
YUV 83.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 131 73 16 0 0.44 0.88 0.49 29.74 0.78 0.29
Hex 83 49 10 0 2C 58 31 1E 4E 1D
Octal 203 111 20 0 54 130 61 36 116 35
Binary 10000011 1001001 10000 0 101100 1011000 110001 11110 1001110 11101

Color Harmonies of #834910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834910

Black with #834910

Text Example


Text Example

White with #834910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834910; }

 p { color: rgb(131,73,16); }

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

background-color css

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

 a { background-color: rgb(131,73,16); }

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

border-color css

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

 span { border-color: rgb(131,73,16); }

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