#3A370F

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

Shades of Karaka #3A370F

Tints of Karaka #3A370F

Color information

#3A370F (or 0x3A370F) is unknown color: approx Karaka. HEX triplet: 3A, 37 and 0F. RGB value is (58,55,15). Sum of RGB (Red+Green+Blue) = 58+55+15=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A370F is #C5C8F0. Grayscale: #333333. Windows color (decimal): -12962033 or 997178. OLE color: 997178.

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

Color convert

RGB585515-
CMYK00.050.740.77
HSL55.81º58.9%14.31%-
HSV(B)55.81º74.14%22.75%-
XYZ3.23.670.99-
YUV51.34107.49132.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.31%
GREEN value IS 55 (21.88% from 255) = 42.97%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=45.31%
G=42.97%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58551500.050.740.7755.8158.914.31
Hex3A37F054A4D383be
Octal72671705112115707316
Binary11101011011111110101100101010011011110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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