Html Css Color HEX #9A2E25 Brown

📋 copy color: '#9A2E25'

red 154 ◦ green 46 ◦ blue 37

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

Shades of Brown #9A2E25

Tints of Brown #9A2E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

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

R = 64.98%
G = 19.41%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#9A2E25 (or 0x9A2E25) is known color: Brown. HEX triplet: 9A, 2E and 25. RGB value is (154,46,37). Sum of RGB (Red+Green+Blue) = 154+46+37=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2E25 is #65D1DA. Grayscale: #4D4D4D. Windows color (decimal): -6672859 or 2436762. OLE color: 2436762.

HSL color Cylindrical-coordinate representation of color #9A2E25: hue angle of 4.62º 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 #9A2E25 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 46 37 -
CMYK 0 0.70 0.76 0.40
HSL 4.62º 0.61% 0.37% -
HSV(B) 4.62º 0.76% 0.6% -
XYZ 14.64 8.96 2.71 -
YUV 77.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 154 46 37 0 0.70 0.76 0.40 4.62 0.61 0.37
Hex 9A 2E 25 0 46 4C 28 5 3D 25
Octal 232 56 45 0 106 114 50 5 75 45
Binary 10011010 101110 100101 0 1000110 1001100 101000 101 111101 100101

Color Harmonies of #9A2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2E25

Black with #9A2E25

Text Example


Text Example

White with #9A2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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