Html Css Color HEX #A25008 Saddle Brown

📋 copy color: '#A25008'

red 162 ◦ green 80 ◦ blue 8

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

Shades of Saddle Brown #A25008

Tints of Saddle Brown #A25008

RGB

 RED value IS 162 (63.67% from 255) = 64.8%

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

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 64.8%
G = 32%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A25008 (or 0xA25008) is known color: Saddle Brown. HEX triplet: A2, 50 and 08. RGB value is (162,80,8). Sum of RGB (Red+Green+Blue) = 162+80+8=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A25008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25008 is #5DAFF7. Grayscale: #606060. Windows color (decimal): -6139896 or 544930. OLE color: 544930.

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

Color convert

RGB 162 80 8 -
CMYK 0 0.51 0.95 0.36
HSL 28.05º 0.91% 0.33% -
HSV(B) 28.05º 0.95% 0.64% -
XYZ 17.81 13.44 1.88 -
YUV 96.31 78.17 174.85 -
System Red Green Blue C M Y K H S L
Decimal 162 80 8 0 0.51 0.95 0.36 28.05 0.91 0.33
Hex A2 50 8 0 33 5F 24 1C 5B 21
Octal 242 120 10 0 63 137 44 34 133 41
Binary 10100010 1010000 1000 0 110011 1011111 100100 11100 1011011 100001

Color Harmonies of #A25008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25008

Black with #A25008

Text Example


Text Example

White with #A25008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25008; }

 p { color: rgb(162,80,8); }

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

background-color css

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

 a { background-color: rgb(162,80,8); }

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

border-color css

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

 span { border-color: rgb(162,80,8); }

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