#373404

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

Shades of Karaka #373404

Tints of Karaka #373404

Color information

#373404 (or 0x373404) is unknown color: approx Karaka. HEX triplet: 37, 34 and 04. RGB value is (55,52,4). Sum of RGB (Red+Green+Blue) = 55+52+4=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #373404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373404 is #C8CBFB. Grayscale: #2F2F2F. Windows color (decimal): -13159420 or 275511. OLE color: 275511.

HSL color Cylindrical-coordinate representation of color #373404: hue angle of 56.47º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #373404 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB55524-
CMYK00.050.930.78
HSL56.47º86.44%11.57%-
HSV(B)56.47º92.73%21.57%-
XYZ2.833.280.6-
YUV47.42103.49133.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.55%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=49.55%
G=46.85%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552400.050.930.7856.4786.4411.57
Hex37344055D4E3856c
Octal67644051351167012614
Binary11011111010010001011011101100111011100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373404; }

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

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

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

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

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

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

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

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