Html Css Color HEX #834802 Saddle Brown

📋 copy color: '#834802'

red 131 ◦ green 72 ◦ blue 2

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

Shades of Saddle Brown #834802

Tints of Saddle Brown #834802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

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

R = 63.9%
G = 35.12%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#834802 (or 0x834802) is known color: Saddle Brown. HEX triplet: 83, 48 and 02. RGB value is (131,72,2). Sum of RGB (Red+Green+Blue) = 131+72+2=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #834802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834802 is #7CB7FD. Grayscale: #525252. Windows color (decimal): -8173566 or 149635. OLE color: 149635.

HSL color Cylindrical-coordinate representation of color #834802: hue angle of 32.56º 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 #834802 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 2 -
CMYK 0 0.45 0.98 0.49
HSL 32.56º 0.97% 0.26% -
HSV(B) 32.56º 0.98% 0.51% -
XYZ 11.69 9.46 1.27 -
YUV 81.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 131 72 2 0 0.45 0.98 0.49 32.56 0.97 0.26
Hex 83 48 2 0 2D 62 31 21 61 1A
Octal 203 110 2 0 55 142 61 41 141 32
Binary 10000011 1001000 10 0 101101 1100010 110001 100001 1100001 11010

Color Harmonies of #834802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834802

Black with #834802

Text Example


Text Example

White with #834802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834802; }

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

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

background-color css

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

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

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

border-color css

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

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

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