Html Css Color HEX #834902 Saddle Brown

📋 copy color: '#834902'

red 131 ◦ green 73 ◦ blue 2

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

Shades of Saddle Brown #834902

Tints of Saddle Brown #834902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 63.59%
G = 35.44%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#834902 (or 0x834902) is known color: Saddle Brown. HEX triplet: 83, 49 and 02. RGB value is (131,73,2). Sum of RGB (Red+Green+Blue) = 131+73+2=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #834902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834902 is #7CB6FD. Grayscale: #525252. Windows color (decimal): -8173310 or 149891. OLE color: 149891.

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

Color convert

RGB 131 73 2 -
CMYK 0 0.44 0.98 0.49
HSL 33.02º 0.97% 0.26% -
HSV(B) 33.02º 0.98% 0.51% -
XYZ 11.75 9.59 1.29 -
YUV 82.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 131 73 2 0 0.44 0.98 0.49 33.02 0.97 0.26
Hex 83 49 2 0 2C 62 31 21 61 1A
Octal 203 111 2 0 54 142 61 41 141 32
Binary 10000011 1001001 10 0 101100 1100010 110001 100001 1100001 11010

Color Harmonies of #834902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834902

Black with #834902

Text Example


Text Example

White with #834902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834902; }

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

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

background-color css

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

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

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

border-color css

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

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

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