Html Css Color HEX #823200 Saddle Brown

📋 copy color: '#823200'

red 130 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #823200

Tints of Saddle Brown #823200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

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

R = 72.22%
G = 27.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#823200 (or 0x823200) is known color: Saddle Brown. HEX triplet: 82, 32 and 00. RGB value is (130,50,0). Sum of RGB (Red+Green+Blue) = 130+50+0=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #823200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823200 is #7DCDFF. Grayscale: #444444. Windows color (decimal): -8244736 or 12930. OLE color: 12930.

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

Color convert

RGB 130 50 0 -
CMYK 0 0.62 1 0.49
HSL 23.08º 1% 0.25% -
HSV(B) 23.08º 1% 0.51% -
XYZ 10.35 7.03 0.81 -
YUV 68.22 89.5 172.07 -
System Red Green Blue C M Y K H S L
Decimal 130 50 0 0 0.62 1 0.49 23.08 1 0.25
Hex 82 32 0 0 3E 64 31 17 64 19
Octal 202 62 0 0 76 144 61 27 144 31
Binary 10000010 110010 0 0 111110 1100100 110001 10111 1100100 11001

Color Harmonies of #823200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823200

Black with #823200

Text Example


Text Example

White with #823200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823200; }

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

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

background-color css

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

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

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

border-color css

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

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

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