Html Css Color HEX #833201 Saddle Brown

📋 copy color: '#833201'

red 131 ◦ green 50 ◦ blue 1

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

Shades of Saddle Brown #833201

Tints of Saddle Brown #833201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 71.98%
G = 27.47%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#833201 (or 0x833201) is known color: Saddle Brown. HEX triplet: 83, 32 and 01. RGB value is (131,50,1). Sum of RGB (Red+Green+Blue) = 131+50+1=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #833201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833201 is #7CCDFE. Grayscale: #444444. Windows color (decimal): -8179199 or 78467. OLE color: 78467.

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

Color convert

RGB 131 50 1 -
CMYK 0 0.62 0.99 0.49
HSL 22.62º 0.98% 0.26% -
HSV(B) 22.62º 0.99% 0.51% -
XYZ 10.51 7.11 0.85 -
YUV 68.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 131 50 1 0 0.62 0.99 0.49 22.62 0.98 0.26
Hex 83 32 1 0 3E 63 31 17 62 1A
Octal 203 62 1 0 76 143 61 27 142 32
Binary 10000011 110010 1 0 111110 1100011 110001 10111 1100010 11010

Color Harmonies of #833201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833201

Black with #833201

Text Example


Text Example

White with #833201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833201; }

 p { color: rgb(131,50,1); }

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

background-color css

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

 a { background-color: rgb(131,50,1); }

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

border-color css

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

 span { border-color: rgb(131,50,1); }

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