Html Css Color HEX #923830 Thunderbird

📋 copy color: '#923830'

red 146 ◦ green 56 ◦ blue 48

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

Shades of Thunderbird #923830

Tints of Thunderbird #923830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 58.4%
G = 22.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#923830 (or 0x923830) is known color: Thunderbird. HEX triplet: 92, 38 and 30. RGB value is (146,56,48). Sum of RGB (Red+Green+Blue) = 146+56+48=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #923830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923830 is #6DC7CF. Grayscale: #525252. Windows color (decimal): -7194576 or 3160210. OLE color: 3160210.

HSL color Cylindrical-coordinate representation of color #923830: hue angle of 4.9º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923830 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 56 48 -
CMYK 0 0.62 0.67 0.43
HSL 4.9º 0.51% 0.38% -
HSV(B) 4.9º 0.67% 0.57% -
XYZ 13.8 9.15 3.84 -
YUV 82 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 146 56 48 0 0.62 0.67 0.43 4.9 0.51 0.38
Hex 92 38 30 0 3E 43 2B 5 33 26
Octal 222 70 60 0 76 103 53 5 63 46
Binary 10010010 111000 110000 0 111110 1000011 101011 101 110011 100110

Color Harmonies of #923830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923830

Black with #923830

Text Example


Text Example

White with #923830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923830; }

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

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

background-color css

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

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

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

border-color css

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

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

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