Html Css Color HEX #823300 Saddle Brown

📋 copy color: '#823300'

red 130 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #823300

Tints of Saddle Brown #823300

RGB

 RED value IS 130 (51.17% from 255) = 71.82%

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 71.82%
G = 28.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#823300 (or 0x823300) is known color: Saddle Brown. HEX triplet: 82, 33 and 00. RGB value is (130,51,0). Sum of RGB (Red+Green+Blue) = 130+51+0=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #823300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823300 is #7DCCFF. Grayscale: #454545. Windows color (decimal): -8244480 or 13186. OLE color: 13186.

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

Color convert

RGB 130 51 0 -
CMYK 0 0.61 1 0.49
HSL 23.54º 1% 0.25% -
HSV(B) 23.54º 1% 0.51% -
XYZ 10.39 7.11 0.83 -
YUV 68.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 130 51 0 0 0.61 1 0.49 23.54 1 0.25
Hex 82 33 0 0 3D 64 31 18 64 19
Octal 202 63 0 0 75 144 61 30 144 31
Binary 10000010 110011 0 0 111101 1100100 110001 11000 1100100 11001

Color Harmonies of #823300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823300

Black with #823300

Text Example


Text Example

White with #823300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823300; }

 p { color: rgb(130,51,0); }

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

background-color css

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

 a { background-color: rgb(130,51,0); }

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

border-color css

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

 span { border-color: rgb(130,51,0); }

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