Html Css Color HEX #833402 Saddle Brown

📋 copy color: '#833402'

red 131 ◦ green 52 ◦ blue 2

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

Shades of Saddle Brown #833402

Tints of Saddle Brown #833402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

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

R = 70.81%
G = 28.11%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#833402 (or 0x833402) is known color: Saddle Brown. HEX triplet: 83, 34 and 02. RGB value is (131,52,2). Sum of RGB (Red+Green+Blue) = 131+52+2=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #833402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833402 is #7CCBFD. Grayscale: #464646. Windows color (decimal): -8178686 or 144515. OLE color: 144515.

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

Color convert

RGB 131 52 2 -
CMYK 0 0.60 0.98 0.49
HSL 23.26º 0.97% 0.26% -
HSV(B) 23.26º 0.98% 0.51% -
XYZ 10.6 7.29 0.91 -
YUV 69.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 131 52 2 0 0.60 0.98 0.49 23.26 0.97 0.26
Hex 83 34 2 0 3C 62 31 17 61 1A
Octal 203 64 2 0 74 142 61 27 141 32
Binary 10000011 110100 10 0 111100 1100010 110001 10111 1100001 11010

Color Harmonies of #833402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833402

Black with #833402

Text Example


Text Example

White with #833402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833402; }

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

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

background-color css

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

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

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

border-color css

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

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

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