Html Css Color HEX #824601 Saddle Brown

📋 copy color: '#824601'

red 130 ◦ green 70 ◦ blue 1

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

Shades of Saddle Brown #824601

Tints of Saddle Brown #824601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

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

R = 64.68%
G = 34.83%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#824601 (or 0x824601) is known color: Saddle Brown. HEX triplet: 82, 46 and 01. RGB value is (130,70,1). Sum of RGB (Red+Green+Blue) = 130+70+1=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824601 is #7DB9FE. Grayscale: #505050. Windows color (decimal): -8239615 or 83586. OLE color: 83586.

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

Color convert

RGB 130 70 1 -
CMYK 0 0.46 0.99 0.49
HSL 32.09º 0.98% 0.26% -
HSV(B) 32.09º 0.99% 0.51% -
XYZ 11.4 9.13 1.19 -
YUV 80.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 130 70 1 0 0.46 0.99 0.49 32.09 0.98 0.26
Hex 82 46 1 0 2E 63 31 20 62 1A
Octal 202 106 1 0 56 143 61 40 142 32
Binary 10000010 1000110 1 0 101110 1100011 110001 100000 1100010 11010

Color Harmonies of #824601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824601

Black with #824601

Text Example


Text Example

White with #824601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824601; }

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

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

background-color css

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

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

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

border-color css

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

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

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