#3A3708

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

Shades of Karaka #3A3708

Tints of Karaka #3A3708

Color information

#3A3708 (or 0x3A3708) is unknown color: approx Karaka. HEX triplet: 3A, 37 and 08. RGB value is (58,55,8). Sum of RGB (Red+Green+Blue) = 58+55+8=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3708 is #C5C8F7. Grayscale: #323232. Windows color (decimal): -12962040 or 538426. OLE color: 538426.

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

Color convert

RGB58558-
CMYK00.050.860.77
HSL56.4º75.76%12.94%-
HSV(B)56.4º86.21%22.75%-
XYZ3.153.650.77-
YUV50.54103.99133.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.93%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=47.93%
G=45.45%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5855800.050.860.7756.475.7612.94
Hex3A37805564D384cd
Octal726710051261157011415
Binary111010110111100001011010110100110111100010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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