#3B3703

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

Shades of Karaka #3B3703

Tints of Karaka #3B3703

Color information

#3B3703 (or 0x3B3703) is unknown color: approx Karaka. HEX triplet: 3B, 37 and 03. RGB value is (59,55,3). Sum of RGB (Red+Green+Blue) = 59+55+3=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3703 is #C4C8FC. Grayscale: #323232. Windows color (decimal): -12896509 or 210747. OLE color: 210747.

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

Color convert

RGB59553-
CMYK00.070.950.77
HSL55.71º90.32%12.16%-
HSV(B)55.71º94.92%23.14%-
XYZ3.193.670.63-
YUV50.27101.33134.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=50.43%
G=47.01%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5955300.070.950.7755.7190.3212.16
Hex3B373075F4D385ac
Octal73673071371157013214
Binary1110111101111101111011111100110111100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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