Html Css Color HEX #823C00 Saddle Brown

📋 copy color: '#823C00'

red 130 ◦ green 60 ◦ blue 0

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

Shades of Saddle Brown #823C00

Tints of Saddle Brown #823C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.42%
G = 31.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#823C00 (or 0x823C00) is known color: Saddle Brown. HEX triplet: 82, 3C and 00. RGB value is (130,60,0). Sum of RGB (Red+Green+Blue) = 130+60+0=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #823C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823C00 is #7DC3FF. Grayscale: #4A4A4A. Windows color (decimal): -8242176 or 15490. OLE color: 15490.

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

Color convert

RGB 130 60 0 -
CMYK 0 0.54 1 0.49
HSL 27.69º 1% 0.25% -
HSV(B) 27.69º 1% 0.51% -
XYZ 10.82 7.98 0.97 -
YUV 74.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 130 60 0 0 0.54 1 0.49 27.69 1 0.25
Hex 82 3C 0 0 36 64 31 1C 64 19
Octal 202 74 0 0 66 144 61 34 144 31
Binary 10000010 111100 0 0 110110 1100100 110001 11100 1100100 11001

Color Harmonies of #823C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C00

Black with #823C00

Text Example


Text Example

White with #823C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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