#37351E

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

Shades of Karaka #37351E

Tints of Karaka #37351E

Color information

#37351E (or 0x37351E) is unknown color: approx Karaka. HEX triplet: 37, 35 and 1E. RGB value is (55,53,30). Sum of RGB (Red+Green+Blue) = 55+53+30=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37351E is #C8CAE1. Grayscale: #333333. Windows color (decimal): -13159138 or 1979703. OLE color: 1979703.

HSL color Cylindrical-coordinate representation of color #37351E: hue angle of 55.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37351E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB555330-
CMYK00.040.450.78
HSL55.2º29.41%16.67%-
HSV(B)55.2º45.45%21.57%-
XYZ3.083.451.73-
YUV50.98116.16130.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=39.86%
G=38.41%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55533000.040.450.7855.229.4116.67
Hex37351E042D4E371d11
Octal6765360455116673521
Binary11011111010111110010010110110011101101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,53,30); }

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

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

 a { background-color: rgb(55,53,30); }

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

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

 span { border-color: rgb(55,53,30); }

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