Html Css Color HEX #824502 Saddle Brown

📋 copy color: '#824502'

red 130 ◦ green 69 ◦ blue 2

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

Shades of Saddle Brown #824502

Tints of Saddle Brown #824502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

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

R = 64.68%
G = 34.33%
B = 1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#824502 (or 0x824502) is known color: Saddle Brown. HEX triplet: 82, 45 and 02. RGB value is (130,69,2). Sum of RGB (Red+Green+Blue) = 130+69+2=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #824502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824502 is #7DBAFD. Grayscale: #4F4F4F. Windows color (decimal): -8239870 or 148866. OLE color: 148866.

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

Color convert

RGB 130 69 2 -
CMYK 0 0.47 0.98 0.49
HSL 31.41º 0.97% 0.26% -
HSV(B) 31.41º 0.98% 0.51% -
XYZ 11.35 9.01 1.2 -
YUV 79.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 130 69 2 0 0.47 0.98 0.49 31.41 0.97 0.26
Hex 82 45 2 0 2F 62 31 1F 61 1A
Octal 202 105 2 0 57 142 61 37 141 32
Binary 10000010 1000101 10 0 101111 1100010 110001 11111 1100001 11010

Color Harmonies of #824502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824502

Black with #824502

Text Example


Text Example

White with #824502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824502; }

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

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

background-color css

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

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

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

border-color css

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

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

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