Html Css Color HEX #833101 Saddle Brown

📋 copy color: '#833101'

red 131 ◦ green 49 ◦ blue 1

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

Shades of Saddle Brown #833101

Tints of Saddle Brown #833101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

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

R = 72.38%
G = 27.07%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#833101 (or 0x833101) is known color: Saddle Brown. HEX triplet: 83, 31 and 01. RGB value is (131,49,1). Sum of RGB (Red+Green+Blue) = 131+49+1=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #833101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833101 is #7CCEFE. Grayscale: #444444. Windows color (decimal): -8179455 or 78211. OLE color: 78211.

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

Color convert

RGB 131 49 1 -
CMYK 0 0.63 0.99 0.49
HSL 22.15º 0.98% 0.26% -
HSV(B) 22.15º 0.99% 0.51% -
XYZ 10.46 7.02 0.83 -
YUV 68.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 131 49 1 0 0.63 0.99 0.49 22.15 0.98 0.26
Hex 83 31 1 0 3F 63 31 16 62 1A
Octal 203 61 1 0 77 143 61 26 142 32
Binary 10000011 110001 1 0 111111 1100011 110001 10110 1100010 11010

Color Harmonies of #833101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833101

Black with #833101

Text Example


Text Example

White with #833101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833101; }

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

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

background-color css

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

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

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

border-color css

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

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

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