Html Css Color HEX #833400 Saddle Brown

📋 copy color: '#833400'

red 131 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #833400

Tints of Saddle Brown #833400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

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

R = 71.58%
G = 28.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#833400 (or 0x833400) is known color: Saddle Brown. HEX triplet: 83, 34 and 00. RGB value is (131,52,0). Sum of RGB (Red+Green+Blue) = 131+52+0=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #833400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833400 is #7CCBFF. Grayscale: #454545. Windows color (decimal): -8178688 or 13443. OLE color: 13443.

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

Color convert

RGB 131 52 0 -
CMYK 0 0.60 1 0.49
HSL 23.82º 1% 0.26% -
HSV(B) 23.82º 1% 0.51% -
XYZ 10.59 7.28 0.85 -
YUV 69.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 131 52 0 0 0.60 1 0.49 23.82 1 0.26
Hex 83 34 0 0 3C 64 31 18 64 1A
Octal 203 64 0 0 74 144 61 30 144 32
Binary 10000011 110100 0 0 111100 1100100 110001 11000 1100100 11010

Color Harmonies of #833400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833400

Black with #833400

Text Example


Text Example

White with #833400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833400; }

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

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

background-color css

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

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

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

border-color css

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

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

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