Html Css Color HEX #824602 Saddle Brown

📋 copy color: '#824602'

red 130 ◦ green 70 ◦ blue 2

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

Shades of Saddle Brown #824602

Tints of Saddle Brown #824602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 64.36%
G = 34.65%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#824602 (or 0x824602) is known color: Saddle Brown. HEX triplet: 82, 46 and 02. RGB value is (130,70,2). Sum of RGB (Red+Green+Blue) = 130+70+2=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #824602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824602 is #7DB9FD. Grayscale: #505050. Windows color (decimal): -8239614 or 149122. OLE color: 149122.

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

Color convert

RGB 130 70 2 -
CMYK 0 0.46 0.98 0.49
HSL 31.88º 0.97% 0.26% -
HSV(B) 31.88º 0.98% 0.51% -
XYZ 11.41 9.13 1.22 -
YUV 80.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 130 70 2 0 0.46 0.98 0.49 31.88 0.97 0.26
Hex 82 46 2 0 2E 62 31 20 61 1A
Octal 202 106 2 0 56 142 61 40 141 32
Binary 10000010 1000110 10 0 101110 1100010 110001 100000 1100001 11010

Color Harmonies of #824602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824602

Black with #824602

Text Example


Text Example

White with #824602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824602; }

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

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

background-color css

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

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

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

border-color css

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

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

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