#383617

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

Shades of Karaka #383617

Tints of Karaka #383617

Color information

#383617 (or 0x383617) is unknown color: approx Karaka. HEX triplet: 38, 36 and 17. RGB value is (56,54,23). Sum of RGB (Red+Green+Blue) = 56+54+23=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #383617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383617 is #C7C9E8. Grayscale: #333333. Windows color (decimal): -13093353 or 1521208. OLE color: 1521208.

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

Color convert

RGB565423-
CMYK00.040.590.78
HSL56.36º41.77%15.49%-
HSV(B)56.36º58.93%21.96%-
XYZ3.13.541.33-
YUV51.06112.16131.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=42.11%
G=40.60%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56542300.040.590.7856.3641.7715.49
Hex383617043B4E382af
Octal7066270473116705217
Binary11100011011010111010011101110011101110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383617; }

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

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

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

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

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

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

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

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