#383811

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

Shades of Karaka #383811

Tints of Karaka #383811

Color information

#383811 (or 0x383811) is unknown color: approx Karaka. HEX triplet: 38, 38 and 11. RGB value is (56,56,17). Sum of RGB (Red+Green+Blue) = 56+56+17=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383811 is #C7C7EE. Grayscale: #333333. Windows color (decimal): -13092847 or 1128504. OLE color: 1128504.

HSL color Cylindrical-coordinate representation of color #383811: hue angle of 60º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383811 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB565617-
CMYK000.700.78
HSL60º53.42%14.31%-
HSV(B)60º69.64%21.96%-
XYZ3.153.711.08-
YUV51.55108.5131.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 17 (7.03% from 255) = 13.18%
R=43.41%
G=43.41%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565617000.700.786053.4214.31
Hex38381100464E3c35e
Octal70702100106116746516
Binary1110001110001000100100011010011101111001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383811; }

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

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

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

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

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

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

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

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