Html Css Color HEX #823A00 Saddle Brown

📋 copy color: '#823A00'

red 130 ◦ green 58 ◦ blue 0

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

Shades of Saddle Brown #823A00

Tints of Saddle Brown #823A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.85%

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

R = 69.15%
G = 30.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#823A00 (or 0x823A00) is known color: Saddle Brown. HEX triplet: 82, 3A and 00. RGB value is (130,58,0). Sum of RGB (Red+Green+Blue) = 130+58+0=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #823A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A00 is #7DC5FF. Grayscale: #494949. Windows color (decimal): -8242688 or 14978. OLE color: 14978.

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

Color convert

RGB 130 58 0 -
CMYK 0 0.55 1 0.49
HSL 26.77º 1% 0.25% -
HSV(B) 26.77º 1% 0.51% -
XYZ 10.72 7.77 0.94 -
YUV 72.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 130 58 0 0 0.55 1 0.49 26.77 1 0.25
Hex 82 3A 0 0 37 64 31 1B 64 19
Octal 202 72 0 0 67 144 61 33 144 31
Binary 10000010 111010 0 0 110111 1100100 110001 11011 1100100 11001

Color Harmonies of #823A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823A00

Black with #823A00

Text Example


Text Example

White with #823A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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