#363308

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

Shades of Karaka #363308

Tints of Karaka #363308

Color information

#363308 (or 0x363308) is unknown color: approx Karaka. HEX triplet: 36, 33 and 08. RGB value is (54,51,8). Sum of RGB (Red+Green+Blue) = 54+51+8=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #363308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363308 is #C9CCF7. Grayscale: #2F2F2F. Windows color (decimal): -13225208 or 537398. OLE color: 537398.

HSL color Cylindrical-coordinate representation of color #363308: hue angle of 56.09º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #363308 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB54518-
CMYK00.060.850.79
HSL56.09º74.19%12.16%-
HSV(B)56.09º85.19%21.18%-
XYZ2.753.170.7-
YUV47105.99133-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 8 (3.52% from 255) = 7.08%
R=47.79%
G=45.13%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451800.060.850.7956.0974.1912.16
Hex3633806554F384ac
Octal666310061251177011214
Binary110110110011100001101010101100111111100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363308; }

 p { color: rgb(54,51,8); }

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

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

 a { background-color: rgb(54,51,8); }

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

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

 span { border-color: rgb(54,51,8); }

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