Html Css Color HEX #A35005 Saddle Brown

📋 copy color: '#A35005'

red 163 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #A35005

Tints of Saddle Brown #A35005

RGB

 RED value IS 163 (64.06% from 255) = 65.73%

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 65.73%
G = 32.26%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A35005 (or 0xA35005) is known color: Saddle Brown. HEX triplet: A3, 50 and 05. RGB value is (163,80,5). Sum of RGB (Red+Green+Blue) = 163+80+5=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A35005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35005 is #5CAFFA. Grayscale: #606060. Windows color (decimal): -6074363 or 348323. OLE color: 348323.

HSL color Cylindrical-coordinate representation of color #A35005: hue angle of 28.48º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A35005 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 80 5 -
CMYK 0 0.51 0.97 0.36
HSL 28.48º 0.94% 0.33% -
HSV(B) 28.48º 0.97% 0.64% -
XYZ 18 13.53 1.81 -
YUV 96.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 163 80 5 0 0.51 0.97 0.36 28.48 0.94 0.33
Hex A3 50 5 0 33 61 24 1C 5E 21
Octal 243 120 5 0 63 141 44 34 136 41
Binary 10100011 1010000 101 0 110011 1100001 100100 11100 1011110 100001

Color Harmonies of #A35005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35005

Black with #A35005

Text Example


Text Example

White with #A35005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35005; }

 p { color: rgb(163,80,5); }

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

background-color css

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

 a { background-color: rgb(163,80,5); }

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

border-color css

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

 span { border-color: rgb(163,80,5); }

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