Html Css Color HEX #823D0B Saddle Brown

📋 copy color: '#823D0B'

red 130 ◦ green 61 ◦ blue 11

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

Shades of Saddle Brown #823D0B

Tints of Saddle Brown #823D0B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.2%

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 64.36%
G = 30.2%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#823D0B (or 0x823D0B) is known color: Saddle Brown. HEX triplet: 82, 3D and 0B. RGB value is (130,61,11). Sum of RGB (Red+Green+Blue) = 130+61+11=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #823D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823D0B is #7DC2F4. Grayscale: #4C4C4C. Windows color (decimal): -8241909 or 736642. OLE color: 736642.

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

Color convert

RGB 130 61 11 -
CMYK 0 0.53 0.92 0.49
HSL 25.21º 0.84% 0.28% -
HSV(B) 25.21º 0.92% 0.51% -
XYZ 10.94 8.11 1.31 -
YUV 75.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 130 61 11 0 0.53 0.92 0.49 25.21 0.84 0.28
Hex 82 3D B 0 35 5C 31 19 54 1C
Octal 202 75 13 0 65 134 61 31 124 34
Binary 10000010 111101 1011 0 110101 1011100 110001 11001 1010100 11100

Color Harmonies of #823D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D0B

Black with #823D0B

Text Example


Text Example

White with #823D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,61,11); }

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

background-color css

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

 a { background-color: rgb(130,61,11); }

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

border-color css

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

 span { border-color: rgb(130,61,11); }

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