#383511

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

Shades of Karaka #383511

Tints of Karaka #383511

Color information

#383511 (or 0x383511) is unknown color: approx Karaka. HEX triplet: 38, 35 and 11. RGB value is (56,53,17). Sum of RGB (Red+Green+Blue) = 56+53+17=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #383511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383511 is #C7CAEE. Grayscale: #313131. Windows color (decimal): -13093615 or 1127736. OLE color: 1127736.

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

Color convert

RGB565317-
CMYK00.050.700.78
HSL55.38º53.42%14.31%-
HSV(B)55.38º69.64%21.96%-
XYZ3.013.431.03-
YUV49.79109.49132.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=44.44%
G=42.06%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56531700.050.700.7855.3853.4214.31
Hex38351105464E3735e
Octal70652105106116676516
Binary111000110101100010101100011010011101101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383511; }

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

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

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

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

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

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

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

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