Html Css Color HEX #824301 Saddle Brown

📋 copy color: '#824301'

red 130 ◦ green 67 ◦ blue 1

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

Shades of Saddle Brown #824301

Tints of Saddle Brown #824301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.84%

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

R = 65.66%
G = 33.84%
B = 0.51%

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

#824301 (or 0x824301) is known color: Saddle Brown. HEX triplet: 82, 43 and 01. RGB value is (130,67,1). Sum of RGB (Red+Green+Blue) = 130+67+1=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #824301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824301 is #7DBCFE. Grayscale: #4E4E4E. Windows color (decimal): -8240383 or 82818. OLE color: 82818.

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

Color convert

RGB 130 67 1 -
CMYK 0 0.48 0.99 0.49
HSL 30.7º 0.98% 0.26% -
HSV(B) 30.7º 0.99% 0.51% -
XYZ 11.22 8.76 1.13 -
YUV 78.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 130 67 1 0 0.48 0.99 0.49 30.7 0.98 0.26
Hex 82 43 1 0 30 63 31 1F 62 1A
Octal 202 103 1 0 60 143 61 37 142 32
Binary 10000010 1000011 1 0 110000 1100011 110001 11111 1100010 11010

Color Harmonies of #824301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824301

Black with #824301

Text Example


Text Example

White with #824301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824301; }

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

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

background-color css

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

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

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

border-color css

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

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

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