Html Css Color HEX #823F0A Saddle Brown

📋 copy color: '#823F0A'

red 130 ◦ green 63 ◦ blue 10

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

Shades of Saddle Brown #823F0A

Tints of Saddle Brown #823F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 31.03%

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 64.04%
G = 31.03%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#823F0A (or 0x823F0A) is known color: Saddle Brown. HEX triplet: 82, 3F and 0A. RGB value is (130,63,10). Sum of RGB (Red+Green+Blue) = 130+63+10=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #823F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823F0A is #7DC0F5. Grayscale: #4D4D4D. Windows color (decimal): -8241398 or 671618. OLE color: 671618.

HSL color Cylindrical-coordinate representation of color #823F0A: hue angle of 26.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #823F0A is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 63 10 -
CMYK 0 0.52 0.92 0.49
HSL 26.5º 0.86% 0.27% -
HSV(B) 26.5º 0.92% 0.51% -
XYZ 11.04 8.32 1.31 -
YUV 76.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 130 63 10 0 0.52 0.92 0.49 26.5 0.86 0.27
Hex 82 3F A 0 34 5C 31 1A 56 1B
Octal 202 77 12 0 64 134 61 32 126 33
Binary 10000010 111111 1010 0 110100 1011100 110001 11010 1010110 11011

Color Harmonies of #823F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823F0A

Black with #823F0A

Text Example


Text Example

White with #823F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,63,10); }

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

background-color css

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

 a { background-color: rgb(130,63,10); }

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

border-color css

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

 span { border-color: rgb(130,63,10); }

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