#383812

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

Shades of Karaka #383812

Tints of Karaka #383812

Color information

#383812 (or 0x383812) is unknown color: approx Karaka. HEX triplet: 38, 38 and 12. RGB value is (56,56,18). Sum of RGB (Red+Green+Blue) = 56+56+18=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383812 is #C7C7ED. Grayscale: #333333. Windows color (decimal): -13092846 or 1194040. OLE color: 1194040.

HSL color Cylindrical-coordinate representation of color #383812: hue angle of 60º 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 #383812 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB565618-
CMYK000.680.78
HSL60º51.35%14.51%-
HSV(B)60º67.86%21.96%-
XYZ3.153.711.12-
YUV51.67109131.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=43.08%
G=43.08%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565618000.680.786051.3514.51
Hex38381200444E3c33f
Octal70702200104116746317
Binary1110001110001001000100010010011101111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383812; }

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

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

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

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

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

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

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

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