#38340D

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

Shades of Karaka #38340D

Tints of Karaka #38340D

Color information

#38340D (or 0x38340D) is unknown color: approx Karaka. HEX triplet: 38, 34 and 0D. RGB value is (56,52,13). Sum of RGB (Red+Green+Blue) = 56+52+13=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38340D is #C7CBF2. Grayscale: #303030. Windows color (decimal): -13093875 or 865336. OLE color: 865336.

HSL color Cylindrical-coordinate representation of color #38340D: hue angle of 54.42º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38340D is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB565213-
CMYK00.070.770.78
HSL54.42º62.32%13.53%-
HSV(B)54.42º76.79%21.96%-
XYZ2.933.330.87-
YUV48.75107.83133.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=46.28%
G=42.98%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56521300.070.770.7854.4262.3213.53
Hex3834D074D4E363ee
Octal70641507115116667616
Binary11100011010011010111100110110011101101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38340D; }

 p { color: rgb(56,52,13); }

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

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

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

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

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

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

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