Html Css Color HEX #833006 Saddle Brown

📋 copy color: '#833006'

red 131 ◦ green 48 ◦ blue 6

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

Shades of Saddle Brown #833006

Tints of Saddle Brown #833006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 70.81%
G = 25.95%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#833006 (or 0x833006) is known color: Saddle Brown. HEX triplet: 83, 30 and 06. RGB value is (131,48,6). Sum of RGB (Red+Green+Blue) = 131+48+6=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #833006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833006 is #7CCFF9. Grayscale: #444444. Windows color (decimal): -8179706 or 405635. OLE color: 405635.

HSL color Cylindrical-coordinate representation of color #833006: hue angle of 20.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #833006 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 6 -
CMYK 0 0.63 0.95 0.49
HSL 20.16º 0.91% 0.27% -
HSV(B) 20.16º 0.95% 0.51% -
XYZ 10.45 6.95 0.96 -
YUV 68.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 131 48 6 0 0.63 0.95 0.49 20.16 0.91 0.27
Hex 83 30 6 0 3F 5F 31 14 5B 1B
Octal 203 60 6 0 77 137 61 24 133 33
Binary 10000011 110000 110 0 111111 1011111 110001 10100 1011011 11011

Color Harmonies of #833006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833006

Black with #833006

Text Example


Text Example

White with #833006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833006; }

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

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

background-color css

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

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

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

border-color css

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

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

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