#38350D

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

Shades of Karaka #38350D

Tints of Karaka #38350D

Color information

#38350D (or 0x38350D) is unknown color: approx Karaka. HEX triplet: 38, 35 and 0D. RGB value is (56,53,13). Sum of RGB (Red+Green+Blue) = 56+53+13=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38350D is #C7CAF2. Grayscale: #313131. Windows color (decimal): -13093619 or 865592. OLE color: 865592.

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

Color convert

RGB565313-
CMYK00.050.770.78
HSL55.81º62.32%13.53%-
HSV(B)55.81º76.79%21.96%-
XYZ2.983.420.88-
YUV49.34107.49132.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=45.90%
G=43.44%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56531300.050.770.7855.8162.3213.53
Hex3835D054D4E383ee
Octal70651505115116707616
Binary11100011010111010101100110110011101110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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