#383818

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

Shades of Karaka #383818

Tints of Karaka #383818

Color information

#383818 (or 0x383818) is unknown color: approx Karaka. HEX triplet: 38, 38 and 18. RGB value is (56,56,24). Sum of RGB (Red+Green+Blue) = 56+56+24=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383818 is #C7C7E7. Grayscale: #343434. Windows color (decimal): -13092840 or 1587256. OLE color: 1587256.

HSL color Cylindrical-coordinate representation of color #383818: hue angle of 60º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #383818 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB565624-
CMYK000.570.78
HSL60º40%15.69%-
HSV(B)60º57.14%21.96%-
XYZ3.213.741.42-
YUV52.35112130.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=41.18%
G=41.18%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565624000.570.78604015.69
Hex38381800394E3c2810
Octal7070300071116745020
Binary1110001110001100000111001100111011110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383818; }

 p { color: rgb(56,56,24); }

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

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

 a { background-color: rgb(56,56,24); }

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

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

 span { border-color: rgb(56,56,24); }

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