Html Css Color HEX #923328 Thunderbird

📋 copy color: '#923328'

red 146 ◦ green 51 ◦ blue 40

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

Shades of Thunderbird #923328

Tints of Thunderbird #923328

RGB

 RED value IS 146 (57.42% from 255) = 61.6%

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 61.6%
G = 21.52%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#923328 (or 0x923328) is known color: Thunderbird. HEX triplet: 92, 33 and 28. RGB value is (146,51,40). Sum of RGB (Red+Green+Blue) = 146+51+40=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #923328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923328 is #6DCCD7. Grayscale: #4E4E4E. Windows color (decimal): -7195864 or 2634642. OLE color: 2634642.

HSL color Cylindrical-coordinate representation of color #923328: hue angle of 6.23º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #923328 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 51 40 -
CMYK 0 0.65 0.73 0.43
HSL 6.23º 0.57% 0.36% -
HSV(B) 6.23º 0.73% 0.57% -
XYZ 13.42 8.63 2.97 -
YUV 78.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 146 51 40 0 0.65 0.73 0.43 6.23 0.57 0.36
Hex 92 33 28 0 41 49 2B 6 39 24
Octal 222 63 50 0 101 111 53 6 71 44
Binary 10010010 110011 101000 0 1000001 1001001 101011 110 111001 100100

Color Harmonies of #923328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923328

Black with #923328

Text Example


Text Example

White with #923328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923328; }

 p { color: rgb(146,51,40); }

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

background-color css

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

 a { background-color: rgb(146,51,40); }

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

border-color css

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

 span { border-color: rgb(146,51,40); }

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