#38350E

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

Shades of Karaka #38350E

Tints of Karaka #38350E

Color information

#38350E (or 0x38350E) is unknown color: approx Karaka. HEX triplet: 38, 35 and 0E. RGB value is (56,53,14). Sum of RGB (Red+Green+Blue) = 56+53+14=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38350E is #C7CAF1. Grayscale: #313131. Windows color (decimal): -13093618 or 931128. OLE color: 931128.

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

Color convert

RGB565314-
CMYK00.050.750.78
HSL55.71º60%13.73%-
HSV(B)55.71º75%21.96%-
XYZ2.983.420.92-
YUV49.45107.99132.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=45.53%
G=43.09%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56531400.050.750.7855.716013.73
Hex3835E054B4E383ce
Octal70651605113116707416
Binary11100011010111100101100101110011101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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