Html Css Color HEX #823000 Saddle Brown

📋 copy color: '#823000'

red 130 ◦ green 48 ◦ blue 0

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

Shades of Saddle Brown #823000

Tints of Saddle Brown #823000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

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

R = 73.03%
G = 26.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#823000 (or 0x823000) is known color: Saddle Brown. HEX triplet: 82, 30 and 00. RGB value is (130,48,0). Sum of RGB (Red+Green+Blue) = 130+48+0=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #823000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823000 is #7DCFFF. Grayscale: #434343. Windows color (decimal): -8245248 or 12418. OLE color: 12418.

HSL color Cylindrical-coordinate representation of color #823000: hue angle of 22.15º 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 #823000 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 0 -
CMYK 0 0.63 1 0.49
HSL 22.15º 1% 0.25% -
HSV(B) 22.15º 1% 0.51% -
XYZ 10.26 6.86 0.78 -
YUV 67.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 130 48 0 0 0.63 1 0.49 22.15 1 0.25
Hex 82 30 0 0 3F 64 31 16 64 19
Octal 202 60 0 0 77 144 61 26 144 31
Binary 10000010 110000 0 0 111111 1100100 110001 10110 1100100 11001

Color Harmonies of #823000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823000

Black with #823000

Text Example


Text Example

White with #823000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823000; }

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

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

background-color css

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

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

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

border-color css

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

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

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