Html Css Color HEX #823C0D Saddle Brown

📋 copy color: '#823C0D'

red 130 ◦ green 60 ◦ blue 13

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

Shades of Saddle Brown #823C0D

Tints of Saddle Brown #823C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.56%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 64.04%
G = 29.56%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#823C0D (or 0x823C0D) is known color: Saddle Brown. HEX triplet: 82, 3C and 0D. RGB value is (130,60,13). Sum of RGB (Red+Green+Blue) = 130+60+13=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #823C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823C0D is #7DC3F2. Grayscale: #4B4B4B. Windows color (decimal): -8242163 or 867458. OLE color: 867458.

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

Color convert

RGB 130 60 13 -
CMYK 0 0.54 0.9 0.49
HSL 24.1º 0.82% 0.28% -
HSV(B) 24.1º 0.9% 0.51% -
XYZ 10.89 8.01 1.35 -
YUV 75.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 130 60 13 0 0.54 0.9 0.49 24.1 0.82 0.28
Hex 82 3C D 0 36 5A 31 18 52 1C
Octal 202 74 15 0 66 132 61 30 122 34
Binary 10000010 111100 1101 0 110110 1011010 110001 11000 1010010 11100

Color Harmonies of #823C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C0D

Black with #823C0D

Text Example


Text Example

White with #823C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,60,13); }

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

background-color css

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

 a { background-color: rgb(130,60,13); }

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

border-color css

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

 span { border-color: rgb(130,60,13); }

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