#3B3707

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

Shades of Karaka #3B3707

Tints of Karaka #3B3707

Color information

#3B3707 (or 0x3B3707) is unknown color: approx Karaka. HEX triplet: 3B, 37 and 07. RGB value is (59,55,7). Sum of RGB (Red+Green+Blue) = 59+55+7=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3707 is #C4C8F8. Grayscale: #323232. Windows color (decimal): -12896505 or 472891. OLE color: 472891.

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

Color convert

RGB59557-
CMYK00.070.880.77
HSL55.38º78.79%12.94%-
HSV(B)55.38º88.14%23.14%-
XYZ3.213.680.74-
YUV50.72103.33133.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.76%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=48.76%
G=45.45%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5955700.070.880.7755.3878.7912.94
Hex3B37707584D374fd
Octal73677071301156711715
Binary11101111011111101111011000100110111011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,55,7); }

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

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

 a { background-color: rgb(59,55,7); }

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

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

 span { border-color: rgb(59,55,7); }

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