#383716

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

Shades of Karaka #383716

Tints of Karaka #383716

Color information

#383716 (or 0x383716) is unknown color: approx Karaka. HEX triplet: 38, 37 and 16. RGB value is (56,55,22). Sum of RGB (Red+Green+Blue) = 56+55+22=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #383716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383716 is #C7C8E9. Grayscale: #333333. Windows color (decimal): -13093098 or 1455928. OLE color: 1455928.

HSL color Cylindrical-coordinate representation of color #383716: hue angle of 58.24º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383716 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB565522-
CMYK00.020.610.78
HSL58.24º43.59%15.29%-
HSV(B)58.24º60.71%21.96%-
XYZ3.143.631.29-
YUV51.54111.33131.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 55 (21.88% from 255) = 41.35%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=42.11%
G=41.35%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56552200.020.610.7858.2443.5915.29
Hex383716023D4E3a2cf
Octal7067260275116725417
Binary1110001101111011001011110110011101110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383716; }

 p { color: rgb(56,55,22); }

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

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

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

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

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

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

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