Html Css Color HEX #923C38 Thunderbird

📋 copy color: '#923C38'

red 146 ◦ green 60 ◦ blue 56

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

Shades of Thunderbird #923C38

Tints of Thunderbird #923C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

 BLUE value IS 56 (22.27% from 255) = 21.37%

R = 55.73%
G = 22.9%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#923C38 (or 0x923C38) is known color: Thunderbird. HEX triplet: 92, 3C and 38. RGB value is (146,60,56). Sum of RGB (Red+Green+Blue) = 146+60+56=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #923C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C38 is #6DC3C7. Grayscale: #555555. Windows color (decimal): -7193544 or 3685522. OLE color: 3685522.

HSL color Cylindrical-coordinate representation of color #923C38: hue angle of 2.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #923C38 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 60 56 -
CMYK 0 0.59 0.62 0.43
HSL 2.67º 0.45% 0.4% -
HSV(B) 2.67º 0.62% 0.57% -
XYZ 14.18 9.63 4.85 -
YUV 85.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 146 60 56 0 0.59 0.62 0.43 2.67 0.45 0.4
Hex 92 3C 38 0 3B 3E 2B 3 2D 28
Octal 222 74 70 0 73 76 53 3 55 50
Binary 10010010 111100 111000 0 111011 111110 101011 11 101101 101000

Color Harmonies of #923C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923C38

Black with #923C38

Text Example


Text Example

White with #923C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923C38; }

 p { color: rgb(146,60,56); }

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

background-color css

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

 a { background-color: rgb(146,60,56); }

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

border-color css

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

 span { border-color: rgb(146,60,56); }

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