#37381A

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

Shades of Karaka #37381A

Tints of Karaka #37381A

Color information

#37381A (or 0x37381A) is unknown color: approx Karaka. HEX triplet: 37, 38 and 1A. RGB value is (55,56,26). Sum of RGB (Red+Green+Blue) = 55+56+26=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #37381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37381A is #C8C7E5. Grayscale: #343434. Windows color (decimal): -13158374 or 1718327. OLE color: 1718327.

HSL color Cylindrical-coordinate representation of color #37381A: hue angle of 62º 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 #37381A is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB555626-
CMYK0.0200.540.78
HSL62º36.59%16.08%-
HSV(B)62º53.57%21.96%-
XYZ3.183.721.53-
YUV52.28113.17129.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=40.15%
G=40.88%
B=18.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5556260.0200.540.786236.5916.08
Hex37381A20364E3e2510
Octal6770322066116764520
Binary11011111100011010100110110100111011111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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