Html Css Color HEX #833600 Saddle Brown

📋 copy color: '#833600'

red 131 ◦ green 54 ◦ blue 0

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

Shades of Saddle Brown #833600

Tints of Saddle Brown #833600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.81%
G = 29.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#833600 (or 0x833600) is known color: Saddle Brown. HEX triplet: 83, 36 and 00. RGB value is (131,54,0). Sum of RGB (Red+Green+Blue) = 131+54+0=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #833600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833600 is #7CC9FF. Grayscale: #474747. Windows color (decimal): -8178176 or 13955. OLE color: 13955.

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

Color convert

RGB 131 54 0 -
CMYK 0 0.59 1 0.49
HSL 24.73º 1% 0.26% -
HSV(B) 24.73º 1% 0.51% -
XYZ 10.68 7.46 0.88 -
YUV 70.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 131 54 0 0 0.59 1 0.49 24.73 1 0.26
Hex 83 36 0 0 3B 64 31 19 64 1A
Octal 203 66 0 0 73 144 61 31 144 32
Binary 10000011 110110 0 0 111011 1100100 110001 11001 1100100 11010

Color Harmonies of #833600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833600

Black with #833600

Text Example


Text Example

White with #833600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833600; }

 p { color: rgb(131,54,0); }

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

background-color css

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

 a { background-color: rgb(131,54,0); }

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

border-color css

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

 span { border-color: rgb(131,54,0); }

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