#383413

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

Shades of Karaka #383413

Tints of Karaka #383413

Color information

#383413 (or 0x383413) is unknown color: approx Karaka. HEX triplet: 38, 34 and 13. RGB value is (56,52,19). Sum of RGB (Red+Green+Blue) = 56+52+19=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383413 is #C7CBEC. Grayscale: #313131. Windows color (decimal): -13093869 or 1258552. OLE color: 1258552.

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

Color convert

RGB565219-
CMYK00.070.660.78
HSL53.51º49.33%14.71%-
HSV(B)53.51º66.07%21.96%-
XYZ2.983.341.1-
YUV49.43110.83132.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=44.09%
G=40.94%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56521900.070.660.7853.5149.3314.71
Hex38341307424E3631f
Octal70642307102116666117
Binary111000110100100110111100001010011101101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383413; }

 p { color: rgb(56,52,19); }

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

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

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

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

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

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

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