Html Css Color HEX #823A08 Saddle Brown

📋 copy color: '#823A08'

red 130 ◦ green 58 ◦ blue 8

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

Shades of Saddle Brown #823A08

Tints of Saddle Brown #823A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.59%

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

R = 66.33%
G = 29.59%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#823A08 (or 0x823A08) is known color: Saddle Brown. HEX triplet: 82, 3A and 08. RGB value is (130,58,8). Sum of RGB (Red+Green+Blue) = 130+58+8=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #823A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A08 is #7DC5F7. Grayscale: #4A4A4A. Windows color (decimal): -8242680 or 539266. OLE color: 539266.

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

Color convert

RGB 130 58 8 -
CMYK 0 0.55 0.94 0.49
HSL 24.59º 0.88% 0.27% -
HSV(B) 24.59º 0.94% 0.51% -
XYZ 10.76 7.79 1.17 -
YUV 73.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 130 58 8 0 0.55 0.94 0.49 24.59 0.88 0.27
Hex 82 3A 8 0 37 5E 31 19 58 1B
Octal 202 72 10 0 67 136 61 31 130 33
Binary 10000010 111010 1000 0 110111 1011110 110001 11001 1011000 11011

Color Harmonies of #823A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823A08

Black with #823A08

Text Example


Text Example

White with #823A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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