Html Css Color HEX #833001 Saddle Brown

📋 copy color: '#833001'

red 131 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #833001

Tints of Saddle Brown #833001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

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

R = 72.78%
G = 26.67%
B = 0.56%

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

#833001 (or 0x833001) is known color: Saddle Brown. HEX triplet: 83, 30 and 01. RGB value is (131,48,1). Sum of RGB (Red+Green+Blue) = 131+48+1=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #833001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833001 is #7CCFFE. Grayscale: #434343. Windows color (decimal): -8179711 or 77955. OLE color: 77955.

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

Color convert

RGB 131 48 1 -
CMYK 0 0.63 0.99 0.49
HSL 21.69º 0.98% 0.26% -
HSV(B) 21.69º 0.99% 0.51% -
XYZ 10.42 6.94 0.82 -
YUV 67.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 131 48 1 0 0.63 0.99 0.49 21.69 0.98 0.26
Hex 83 30 1 0 3F 63 31 16 62 1A
Octal 203 60 1 0 77 143 61 26 142 32
Binary 10000011 110000 1 0 111111 1100011 110001 10110 1100010 11010

Color Harmonies of #833001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833001

Black with #833001

Text Example


Text Example

White with #833001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833001; }

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

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

background-color css

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

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

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

border-color css

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

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

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