#38360F

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

Shades of Karaka #38360F

Tints of Karaka #38360F

Color information

#38360F (or 0x38360F) is unknown color: approx Karaka. HEX triplet: 38, 36 and 0F. RGB value is (56,54,15). Sum of RGB (Red+Green+Blue) = 56+54+15=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38360F is #C7C9F0. Grayscale: #323232. Windows color (decimal): -13093361 or 996920. OLE color: 996920.

HSL color Cylindrical-coordinate representation of color #38360F: hue angle of 57.07º 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 #38360F is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB565415-
CMYK00.040.730.78
HSL57.07º57.75%13.92%-
HSV(B)57.07º73.21%21.96%-
XYZ3.043.510.97-
YUV50.15108.16132.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 15 (6.25% from 255) = 12%
R=44.8%
G=43.2%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56541500.040.730.7857.0757.7513.92
Hex3836F04494E393ae
Octal70661704111116717216
Binary11100011011011110100100100110011101110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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