Html Css Color HEX #9A2825 Brown

📋 copy color: '#9A2825'

red 154 ◦ green 40 ◦ blue 37

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

Shades of Brown #9A2825

Tints of Brown #9A2825

RGB

 RED value IS 154 (60.55% from 255) = 66.67%

 GREEN value IS 40 (16.02% from 255) = 17.32%

 BLUE value IS 37 (14.84% from 255) = 16.02%

R = 66.67%
G = 17.32%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#9A2825 (or 0x9A2825) is known color: Brown. HEX triplet: 9A, 28 and 25. RGB value is (154,40,37). Sum of RGB (Red+Green+Blue) = 154+40+37=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2825 is #65D7DA. Grayscale: #494949. Windows color (decimal): -6674395 or 2435226. OLE color: 2435226.

HSL color Cylindrical-coordinate representation of color #9A2825: hue angle of 1.54º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2825 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 40 37 -
CMYK 0 0.74 0.76 0.40
HSL 1.54º 0.61% 0.37% -
HSV(B) 1.54º 0.76% 0.6% -
XYZ 14.42 8.52 2.64 -
YUV 73.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 154 40 37 0 0.74 0.76 0.40 1.54 0.61 0.37
Hex 9A 28 25 0 4A 4C 28 2 3D 25
Octal 232 50 45 0 112 114 50 2 75 45
Binary 10011010 101000 100101 0 1001010 1001100 101000 10 111101 100101

Color Harmonies of #9A2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2825

Black with #9A2825

Text Example


Text Example

White with #9A2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A2825; }

 p { color: rgb(154,40,37); }

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

background-color css

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

 a { background-color: rgb(154,40,37); }

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

border-color css

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

 span { border-color: rgb(154,40,37); }

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