Html Css Color HEX #823408 Saddle Brown

📋 copy color: '#823408'

red 130 ◦ green 52 ◦ blue 8

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

Shades of Saddle Brown #823408

Tints of Saddle Brown #823408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.37%

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

R = 68.42%
G = 27.37%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#823408 (or 0x823408) is known color: Saddle Brown. HEX triplet: 82, 34 and 08. RGB value is (130,52,8). Sum of RGB (Red+Green+Blue) = 130+52+8=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #823408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823408 is #7DCBF7. Grayscale: #464646. Windows color (decimal): -8244216 or 537730. OLE color: 537730.

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

Color convert

RGB 130 52 8 -
CMYK 0 0.60 0.94 0.49
HSL 21.64º 0.88% 0.27% -
HSV(B) 21.64º 0.94% 0.51% -
XYZ 10.48 7.22 1.07 -
YUV 70.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 130 52 8 0 0.60 0.94 0.49 21.64 0.88 0.27
Hex 82 34 8 0 3C 5E 31 16 58 1B
Octal 202 64 10 0 74 136 61 26 130 33
Binary 10000010 110100 1000 0 111100 1011110 110001 10110 1011000 11011

Color Harmonies of #823408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823408

Black with #823408

Text Example


Text Example

White with #823408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823408; }

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

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

background-color css

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

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

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

border-color css

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

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

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