#37340E

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

Shades of Karaka #37340E

Tints of Karaka #37340E

Color information

#37340E (or 0x37340E) is unknown color: approx Karaka. HEX triplet: 37, 34 and 0E. RGB value is (55,52,14). Sum of RGB (Red+Green+Blue) = 55+52+14=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37340E is #C8CBF1. Grayscale: #303030. Windows color (decimal): -13159410 or 930871. OLE color: 930871.

HSL color Cylindrical-coordinate representation of color #37340E: hue angle of 55.61º degrees, saturation: 0.59, 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 #37340E is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB555214-
CMYK00.050.750.78
HSL55.61º59.42%13.53%-
HSV(B)55.61º74.55%21.57%-
XYZ2.883.30.9-
YUV48.56108.49132.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=45.45%
G=42.98%
B=11.57%

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
Decimal55521400.050.750.7855.6159.4213.53
Hex3734E054B4E383be
Octal67641605113116707316
Binary11011111010011100101100101110011101110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,52,14); }

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

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

 a { background-color: rgb(55,52,14); }

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

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

 span { border-color: rgb(55,52,14); }

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