Html Css Color HEX #953828 Thunderbird

📋 copy color: '#953828'

red 149 ◦ green 56 ◦ blue 40

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

Shades of Thunderbird #953828

Tints of Thunderbird #953828

RGB

 RED value IS 149 (58.59% from 255) = 60.82%

 GREEN value IS 56 (22.27% from 255) = 22.86%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 60.82%
G = 22.86%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#953828 (or 0x953828) is known color: Thunderbird. HEX triplet: 95, 38 and 28. RGB value is (149,56,40). Sum of RGB (Red+Green+Blue) = 149+56+40=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #953828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953828 is #6AC7D7. Grayscale: #525252. Windows color (decimal): -6997976 or 2635925. OLE color: 2635925.

HSL color Cylindrical-coordinate representation of color #953828: hue angle of 8.81º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953828 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 40 -
CMYK 0 0.62 0.73 0.42
HSL 8.81º 0.58% 0.37% -
HSV(B) 8.81º 0.73% 0.58% -
XYZ 14.19 9.37 3.07 -
YUV 81.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 149 56 40 0 0.62 0.73 0.42 8.81 0.58 0.37
Hex 95 38 28 0 3E 49 2A 9 3A 25
Octal 225 70 50 0 76 111 52 11 72 45
Binary 10010101 111000 101000 0 111110 1001001 101010 1001 111010 100101

Color Harmonies of #953828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953828

Black with #953828

Text Example


Text Example

White with #953828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953828; }

 p { color: rgb(149,56,40); }

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

background-color css

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

 a { background-color: rgb(149,56,40); }

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

border-color css

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

 span { border-color: rgb(149,56,40); }

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