Html Css Color HEX #823005 Saddle Brown

📋 copy color: '#823005'

red 130 ◦ green 48 ◦ blue 5

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

Shades of Saddle Brown #823005

Tints of Saddle Brown #823005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 71.04%
G = 26.23%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#823005 (or 0x823005) is known color: Saddle Brown. HEX triplet: 82, 30 and 05. RGB value is (130,48,5). Sum of RGB (Red+Green+Blue) = 130+48+5=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #823005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823005 is #7DCFFA. Grayscale: #434343. Windows color (decimal): -8245243 or 340098. OLE color: 340098.

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

Color convert

RGB 130 48 5 -
CMYK 0 0.63 0.96 0.49
HSL 20.64º 0.93% 0.26% -
HSV(B) 20.64º 0.96% 0.51% -
XYZ 10.29 6.87 0.93 -
YUV 67.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 130 48 5 0 0.63 0.96 0.49 20.64 0.93 0.26
Hex 82 30 5 0 3F 60 31 15 5D 1A
Octal 202 60 5 0 77 140 61 25 135 32
Binary 10000010 110000 101 0 111111 1100000 110001 10101 1011101 11010

Color Harmonies of #823005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823005

Black with #823005

Text Example


Text Example

White with #823005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823005; }

 p { color: rgb(130,48,5); }

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

background-color css

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

 a { background-color: rgb(130,48,5); }

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

border-color css

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

 span { border-color: rgb(130,48,5); }

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