#38361B

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

Shades of Karaka #38361B

Tints of Karaka #38361B

Color information

#38361B (or 0x38361B) is unknown color: approx Karaka. HEX triplet: 38, 36 and 1B. RGB value is (56,54,27). Sum of RGB (Red+Green+Blue) = 56+54+27=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361B is #C7C9E4. Grayscale: #333333. Windows color (decimal): -13093349 or 1783352. OLE color: 1783352.

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

Color convert

RGB565427-
CMYK00.040.520.78
HSL55.86º34.94%16.27%-
HSV(B)55.86º51.79%21.96%-
XYZ3.153.561.56-
YUV51.52114.16131.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=40.88%
G=39.42%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56542700.040.520.7855.8634.9416.27
Hex38361B04344E382310
Octal7066330464116704320
Binary111000110110110110100110100100111011100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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