#3A611B

Color #3A611B Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3A611B

Tints of Dell #3A611B

Color information

#3A611B (or 0x3A611B) is unknown color: approx Dell. HEX triplet: 3A, 61 and 1B. RGB value is (58,97,27). Sum of RGB (Red+Green+Blue) = 58+97+27=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #3A611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A611B is #C59EE4. Grayscale: #4D4D4D. Windows color (decimal): -12951269 or 1794362. OLE color: 1794362.

HSL color Cylindrical-coordinate representation of color #3A611B: hue angle of 93.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A611B is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB589727-
CMYK0.4000.720.62
HSL93.43º56.45%24.31%-
HSV(B)93.43º72.16%38.04%-
XYZ6.229.532.55-
YUV77.3699.58114.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 97 (38.28% from 255) = 53.30%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=31.87%
G=53.30%
B=14.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897270.4000.720.6293.4356.4524.31
Hex3A611B280483E5d3818
Octal7214133500110761357030
Binary11101011000011101110100001001000111110101110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A611B; }

 p { color: rgb(58,97,27); }

 H1.HeaderClassName
 {
   color: #3A611B;
 }
 .AnyTagClassName
 {
   color: #3A611B;
 }
</style>
background-color css

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

 a { background-color: rgb(58,97,27); }

 div.DivClassName
 {
   background-color: #3A611B;
 }
 .BgClassName
 {
   background-color: #3A611B;
 }
</style>
border-color css

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

 span { border-color: rgb(58,97,27); }

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