#37361D

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

Shades of Karaka #37361D

Tints of Karaka #37361D

Color information

#37361D (or 0x37361D) is unknown color: approx Karaka. HEX triplet: 37, 36 and 1D. RGB value is (55,54,29). Sum of RGB (Red+Green+Blue) = 55+54+29=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37361D is #C8C9E2. Grayscale: #333333. Windows color (decimal): -13158883 or 1914423. OLE color: 1914423.

HSL color Cylindrical-coordinate representation of color #37361D: hue angle of 57.69º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37361D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB555429-
CMYK00.020.470.78
HSL57.69º30.95%16.47%-
HSV(B)57.69º47.27%21.57%-
XYZ3.123.541.68-
YUV51.45115.33130.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=39.86%
G=39.13%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55542900.020.470.7857.6930.9516.47
Hex37361D022F4E3a1f10
Octal6766350257116723720
Binary1101111101101110101010111110011101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37361D; }

 p { color: rgb(55,54,29); }

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

<style>
 a { background-color: #37361D; }

 a { background-color: rgb(55,54,29); }

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

<style>
 span { border-color: #37361D; }

 span { border-color: rgb(55,54,29); }

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