#38350C

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

Shades of Karaka #38350C

Tints of Karaka #38350C

Color information

#38350C (or 0x38350C) is unknown color: approx Karaka. HEX triplet: 38, 35 and 0C. RGB value is (56,53,12). Sum of RGB (Red+Green+Blue) = 56+53+12=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38350C is #C7CAF3. Grayscale: #313131. Windows color (decimal): -13093620 or 800056. OLE color: 800056.

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

Color convert

RGB565312-
CMYK00.050.790.78
HSL55.91º64.71%13.33%-
HSV(B)55.91º78.57%21.96%-
XYZ2.973.410.85-
YUV49.22106.99132.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 53 (21.09% from 255) = 43.80%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=46.28%
G=43.80%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56531200.050.790.7855.9164.7113.33
Hex3835C054F4E3841d
Octal706514051171167010115
Binary111000110101110001011001111100111011100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38350C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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