#383611

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

Shades of Karaka #383611

Tints of Karaka #383611

Color information

#383611 (or 0x383611) is unknown color: approx Karaka. HEX triplet: 38, 36 and 11. RGB value is (56,54,17). Sum of RGB (Red+Green+Blue) = 56+54+17=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383611 is #C7C9EE. Grayscale: #323232. Windows color (decimal): -13093359 or 1127992. OLE color: 1127992.

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

Color convert

RGB565417-
CMYK00.040.700.78
HSL56.92º53.42%14.31%-
HSV(B)56.92º69.64%21.96%-
XYZ3.053.521.05-
YUV50.38109.16132.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=44.09%
G=42.52%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56541700.040.700.7856.9253.4214.31
Hex38361104464E3935e
Octal70662104106116716516
Binary111000110110100010100100011010011101110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383611; }

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

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

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

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

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

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

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

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