Html Css Color HEX #823008 Saddle Brown

📋 copy color: '#823008'

red 130 ◦ green 48 ◦ blue 8

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

Shades of Saddle Brown #823008

Tints of Saddle Brown #823008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 69.89%
G = 25.81%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#823008 (or 0x823008) is known color: Saddle Brown. HEX triplet: 82, 30 and 08. RGB value is (130,48,8). Sum of RGB (Red+Green+Blue) = 130+48+8=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #823008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823008 is #7DCFF7. Grayscale: #444444. Windows color (decimal): -8245240 or 536706. OLE color: 536706.

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

Color convert

RGB 130 48 8 -
CMYK 0 0.63 0.94 0.49
HSL 19.67º 0.88% 0.27% -
HSV(B) 19.67º 0.94% 0.51% -
XYZ 10.31 6.88 1.01 -
YUV 67.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 130 48 8 0 0.63 0.94 0.49 19.67 0.88 0.27
Hex 82 30 8 0 3F 5E 31 14 58 1B
Octal 202 60 10 0 77 136 61 24 130 33
Binary 10000010 110000 1000 0 111111 1011110 110001 10100 1011000 11011

Color Harmonies of #823008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823008

Black with #823008

Text Example


Text Example

White with #823008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823008; }

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

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

background-color css

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

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

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

border-color css

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

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

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