#38361A

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

Shades of Karaka #38361A

Tints of Karaka #38361A

Color information

#38361A (or 0x38361A) is unknown color: approx Karaka. HEX triplet: 38, 36 and 1A. RGB value is (56,54,26). Sum of RGB (Red+Green+Blue) = 56+54+26=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361A is #C7C9E5. Grayscale: #333333. Windows color (decimal): -13093350 or 1717816. OLE color: 1717816.

HSL color Cylindrical-coordinate representation of color #38361A: hue angle of 56º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38361A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB565426-
CMYK00.040.540.78
HSL56º36.59%16.08%-
HSV(B)56º53.57%21.96%-
XYZ3.143.551.5-
YUV51.41113.66131.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=41.18%
G=39.71%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56542600.040.540.785636.5916.08
Hex38361A04364E382510
Octal7066320466116704520
Binary111000110110110100100110110100111011100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38361A; }

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

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

<style>
 a { background-color: #38361A; }

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

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

<style>
 span { border-color: #38361A; }

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

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