#3B3701

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

Shades of Karaka #3B3701

Tints of Karaka #3B3701

Color information

#3B3701 (or 0x3B3701) is unknown color: approx Karaka. HEX triplet: 3B, 37 and 01. RGB value is (59,55,1). Sum of RGB (Red+Green+Blue) = 59+55+1=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3701 is #C4C8FE. Grayscale: #323232. Windows color (decimal): -12896511 or 79675. OLE color: 79675.

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

Color convert

RGB59551-
CMYK00.070.980.77
HSL55.86º96.67%11.76%-
HSV(B)55.86º98.31%23.14%-
XYZ3.183.660.57-
YUV50.04100.33134.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 55 (21.88% from 255) = 47.83%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=51.30%
G=47.83%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5955100.070.980.7755.8696.6711.76
Hex3B37107624D3861c
Octal73671071421157014114
Binary111011110111101111100010100110111100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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