#383719

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

Shades of Karaka #383719

Tints of Karaka #383719

Color information

#383719 (or 0x383719) is unknown color: approx Karaka. HEX triplet: 38, 37 and 19. RGB value is (56,55,25). Sum of RGB (Red+Green+Blue) = 56+55+25=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #383719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383719 is #C7C8E6. Grayscale: #343434. Windows color (decimal): -13093095 or 1652536. OLE color: 1652536.

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

Color convert

RGB565525-
CMYK00.020.550.78
HSL58.06º38.27%15.88%-
HSV(B)58.06º55.36%21.96%-
XYZ3.173.641.46-
YUV51.88112.83130.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=41.18%
G=40.44%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56552500.020.550.7858.0638.2715.88
Hex38371902374E3a2610
Octal7067310267116724620
Binary11100011011111001010110111100111011101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383719; }

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

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

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

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

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

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

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

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