Html Css Color HEX #823100 Saddle Brown

📋 copy color: '#823100'

red 130 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #823100

Tints of Saddle Brown #823100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.37%

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

R = 72.63%
G = 27.37%
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

#823100 (or 0x823100) is known color: Saddle Brown. HEX triplet: 82, 31 and 00. RGB value is (130,49,0). Sum of RGB (Red+Green+Blue) = 130+49+0=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #823100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823100 is #7DCEFF. Grayscale: #434343. Windows color (decimal): -8244992 or 12674. OLE color: 12674.

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

Color convert

RGB 130 49 0 -
CMYK 0 0.62 1 0.49
HSL 22.62º 1% 0.25% -
HSV(B) 22.62º 1% 0.51% -
XYZ 10.3 6.94 0.8 -
YUV 67.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 130 49 0 0 0.62 1 0.49 22.62 1 0.25
Hex 82 31 0 0 3E 64 31 17 64 19
Octal 202 61 0 0 76 144 61 27 144 31
Binary 10000010 110001 0 0 111110 1100100 110001 10111 1100100 11001

Color Harmonies of #823100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823100

Black with #823100

Text Example


Text Example

White with #823100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823100; }

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

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

background-color css

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

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

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

border-color css

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

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

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