#383412

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

Shades of Karaka #383412

Tints of Karaka #383412

Color information

#383412 (or 0x383412) is unknown color: approx Karaka. HEX triplet: 38, 34 and 12. RGB value is (56,52,18). Sum of RGB (Red+Green+Blue) = 56+52+18=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #383412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383412 is #C7CBED. Grayscale: #313131. Windows color (decimal): -13093870 or 1193016. OLE color: 1193016.

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

Color convert

RGB565218-
CMYK00.070.680.78
HSL53.68º51.35%14.51%-
HSV(B)53.68º67.86%21.96%-
XYZ2.973.341.06-
YUV49.32110.33132.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=44.44%
G=41.27%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56521800.070.680.7853.6851.3514.51
Hex38341207444E3633f
Octal70642207104116666317
Binary111000110100100100111100010010011101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383412; }

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

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

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

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

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

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

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

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