Html Css Color HEX #824401 Saddle Brown

📋 copy color: '#824401'

red 130 ◦ green 68 ◦ blue 1

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

Shades of Saddle Brown #824401

Tints of Saddle Brown #824401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

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

R = 65.33%
G = 34.17%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#824401 (or 0x824401) is known color: Saddle Brown. HEX triplet: 82, 44 and 01. RGB value is (130,68,1). Sum of RGB (Red+Green+Blue) = 130+68+1=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #824401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824401 is #7DBBFE. Grayscale: #4F4F4F. Windows color (decimal): -8240127 or 83074. OLE color: 83074.

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

Color convert

RGB 130 68 1 -
CMYK 0 0.48 0.99 0.49
HSL 31.16º 0.98% 0.26% -
HSV(B) 31.16º 0.99% 0.51% -
XYZ 11.28 8.88 1.15 -
YUV 78.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 130 68 1 0 0.48 0.99 0.49 31.16 0.98 0.26
Hex 82 44 1 0 30 63 31 1F 62 1A
Octal 202 104 1 0 60 143 61 37 142 32
Binary 10000010 1000100 1 0 110000 1100011 110001 11111 1100010 11010

Color Harmonies of #824401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824401

Black with #824401

Text Example


Text Example

White with #824401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824401; }

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

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

background-color css

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

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

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

border-color css

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

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

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