Html Css Color HEX #9B402F Tia Maria

📋 copy color: '#9B402F'

red 155 ◦ green 64 ◦ blue 47

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

Shades of Tia Maria #9B402F

Tints of Tia Maria #9B402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 58.27%
G = 24.06%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B402F (or 0x9B402F) is known color: Tia Maria. HEX triplet: 9B, 40 and 2F. RGB value is (155,64,47). Sum of RGB (Red+Green+Blue) = 155+64+47=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B402F is #64BFD0. Grayscale: #595959. Windows color (decimal): -6602705 or 3096731. OLE color: 3096731.

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

Color convert

RGB 155 64 47 -
CMYK 0 0.59 0.70 0.39
HSL 9.44º 0.53% 0.4% -
HSV(B) 9.44º 0.7% 0.61% -
XYZ 15.86 10.84 3.95 -
YUV 89.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 155 64 47 0 0.59 0.70 0.39 9.44 0.53 0.4
Hex 9B 40 2F 0 3B 46 27 9 35 28
Octal 233 100 57 0 73 106 47 11 65 50
Binary 10011011 1000000 101111 0 111011 1000110 100111 1001 110101 101000

Color Harmonies of #9B402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B402F

Black with #9B402F

Text Example


Text Example

White with #9B402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,64,47); }

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

background-color css

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

 a { background-color: rgb(155,64,47); }

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

border-color css

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

 span { border-color: rgb(155,64,47); }

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