#38350F

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

Shades of Karaka #38350F

Tints of Karaka #38350F

Color information

#38350F (or 0x38350F) is unknown color: approx Karaka. HEX triplet: 38, 35 and 0F. RGB value is (56,53,15). Sum of RGB (Red+Green+Blue) = 56+53+15=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38350F is #C7CAF0. Grayscale: #313131. Windows color (decimal): -13093617 or 996664. OLE color: 996664.

HSL color Cylindrical-coordinate representation of color #38350F: hue angle of 55.61º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38350F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB565315-
CMYK00.050.730.78
HSL55.61º57.75%13.92%-
HSV(B)55.61º73.21%21.96%-
XYZ2.993.420.95-
YUV49.56108.49132.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=45.16%
G=42.74%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56531500.050.730.7855.6157.7513.92
Hex3835F05494E383ae
Octal70651705111116707216
Binary11100011010111110101100100110011101110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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