Html Css Color HEX #9B2E25 Brown

📋 copy color: '#9B2E25'

red 155 ◦ green 46 ◦ blue 37

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

Shades of Brown #9B2E25

Tints of Brown #9B2E25

RGB

 RED value IS 155 (60.94% from 255) = 65.13%

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

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

R = 65.13%
G = 19.33%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B2E25 (or 0x9B2E25) is known color: Brown. HEX triplet: 9B, 2E and 25. RGB value is (155,46,37). Sum of RGB (Red+Green+Blue) = 155+46+37=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E25 is #64D1DA. Grayscale: #4D4D4D. Windows color (decimal): -6607323 or 2436763. OLE color: 2436763.

HSL color Cylindrical-coordinate representation of color #9B2E25: hue angle of 4.58º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2E25 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 46 37 -
CMYK 0 0.70 0.76 0.39
HSL 4.58º 0.61% 0.38% -
HSV(B) 4.58º 0.76% 0.61% -
XYZ 14.83 9.06 2.72 -
YUV 77.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 155 46 37 0 0.70 0.76 0.39 4.58 0.61 0.38
Hex 9B 2E 25 0 46 4C 27 5 3D 26
Octal 233 56 45 0 106 114 47 5 75 46
Binary 10011011 101110 100101 0 1000110 1001100 100111 101 111101 100110

Color Harmonies of #9B2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2E25

Black with #9B2E25

Text Example


Text Example

White with #9B2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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