#3A370B

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

Shades of Karaka #3A370B

Tints of Karaka #3A370B

Color information

#3A370B (or 0x3A370B) is unknown color: approx Karaka. HEX triplet: 3A, 37 and 0B. RGB value is (58,55,11). Sum of RGB (Red+Green+Blue) = 58+55+11=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A370B is #C5C8F4. Grayscale: #333333. Windows color (decimal): -12962037 or 735034. OLE color: 735034.

HSL color Cylindrical-coordinate representation of color #3A370B: hue angle of 56.17º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A370B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB585511-
CMYK00.050.810.77
HSL56.17º68.12%13.53%-
HSV(B)56.17º81.03%22.75%-
XYZ3.173.660.86-
YUV50.88105.49133.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=46.77%
G=44.35%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58551100.050.810.7756.1768.1213.53
Hex3A37B05514D3844e
Octal726713051211157010416
Binary111010110111101101011010001100110111100010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,11); }

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

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

 a { background-color: rgb(58,55,11); }

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

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

 span { border-color: rgb(58,55,11); }

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