#3B3601

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

Shades of Karaka #3B3601

Tints of Karaka #3B3601

Color information

#3B3601 (or 0x3B3601) is unknown color: approx Karaka. HEX triplet: 3B, 36 and 01. RGB value is (59,54,1). Sum of RGB (Red+Green+Blue) = 59+54+1=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3601 is #C4C9FE. Grayscale: #313131. Windows color (decimal): -12896767 or 79419. OLE color: 79419.

HSL color Cylindrical-coordinate representation of color #3B3601: hue angle of 54.83º 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 #3B3601 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB59541-
CMYK00.080.980.77
HSL54.83º96.67%11.76%-
HSV(B)54.83º98.31%23.14%-
XYZ3.133.570.55-
YUV49.45100.66134.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.75%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=51.75%
G=47.37%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5954100.080.980.7754.8396.6711.76
Hex3B36108624D3761c
Octal736610101421156714114
Binary1110111101101010001100010100110111011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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