Html Css Color HEX #834402 Saddle Brown

📋 copy color: '#834402'

red 131 ◦ green 68 ◦ blue 2

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

Shades of Saddle Brown #834402

Tints of Saddle Brown #834402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 65.17%
G = 33.83%
B = 1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#834402 (or 0x834402) is known color: Saddle Brown. HEX triplet: 83, 44 and 02. RGB value is (131,68,2). Sum of RGB (Red+Green+Blue) = 131+68+2=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #834402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834402 is #7CBBFD. Grayscale: #4F4F4F. Windows color (decimal): -8174590 or 148611. OLE color: 148611.

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

Color convert

RGB 131 68 2 -
CMYK 0 0.48 0.98 0.49
HSL 30.7º 0.97% 0.26% -
HSV(B) 30.7º 0.98% 0.51% -
XYZ 11.44 8.96 1.18 -
YUV 79.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 131 68 2 0 0.48 0.98 0.49 30.7 0.97 0.26
Hex 83 44 2 0 30 62 31 1F 61 1A
Octal 203 104 2 0 60 142 61 37 141 32
Binary 10000011 1000100 10 0 110000 1100010 110001 11111 1100001 11010

Color Harmonies of #834402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834402

Black with #834402

Text Example


Text Example

White with #834402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834402; }

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

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

background-color css

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

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

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

border-color css

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

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

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