#3C3638

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

Shades of Barossa #3C3638

Tints of Barossa #3C3638

Color information

#3C3638 (or 0x3C3638) is unknown color: approx Barossa. HEX triplet: 3C, 36 and 38. RGB value is (60,54,56). Sum of RGB (Red+Green+Blue) = 60+54+56=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3638 is #C3C9C7. Grayscale: #383838. Windows color (decimal): -12831176 or 3683900. OLE color: 3683900.

HSL color Cylindrical-coordinate representation of color #3C3638: hue angle of 340º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3C3638 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB605456-
CMYK00.100.070.76
HSL340º5.26%22.35%-
HSV(B)340º10%23.53%-
XYZ3.93.884.29-
YUV56.02127.99130.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=35.29%
G=31.76%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60545600.100.070.763405.2622.35
Hex3C36380A74C154516
Octal7466700127114524526
Binary11110011011011100001010111100110010101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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