Html Css Color HEX #823401 Saddle Brown

📋 copy color: '#823401'

red 130 ◦ green 52 ◦ blue 1

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

Shades of Saddle Brown #823401

Tints of Saddle Brown #823401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 71.04%
G = 28.42%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#823401 (or 0x823401) is known color: Saddle Brown. HEX triplet: 82, 34 and 01. RGB value is (130,52,1). Sum of RGB (Red+Green+Blue) = 130+52+1=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #823401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823401 is #7DCBFE. Grayscale: #454545. Windows color (decimal): -8244223 or 78978. OLE color: 78978.

HSL color Cylindrical-coordinate representation of color #823401: hue angle of 23.72º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #823401 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 1 -
CMYK 0 0.60 0.99 0.49
HSL 23.72º 0.98% 0.26% -
HSV(B) 23.72º 0.99% 0.51% -
XYZ 10.44 7.2 0.87 -
YUV 69.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 130 52 1 0 0.60 0.99 0.49 23.72 0.98 0.26
Hex 82 34 1 0 3C 63 31 18 62 1A
Octal 202 64 1 0 74 143 61 30 142 32
Binary 10000010 110100 1 0 111100 1100011 110001 11000 1100010 11010

Color Harmonies of #823401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823401

Black with #823401

Text Example


Text Example

White with #823401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823401; }

 p { color: rgb(130,52,1); }

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

background-color css

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

 a { background-color: rgb(130,52,1); }

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

border-color css

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

 span { border-color: rgb(130,52,1); }

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