#373505

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

Shades of Karaka #373505

Tints of Karaka #373505

Color information

#373505 (or 0x373505) is unknown color: approx Karaka. HEX triplet: 37, 35 and 05. RGB value is (55,53,5). Sum of RGB (Red+Green+Blue) = 55+53+5=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #373505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373505 is #C8CAFA. Grayscale: #303030. Windows color (decimal): -13159163 or 341303. OLE color: 341303.

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

Color convert

RGB55535-
CMYK00.040.910.78
HSL57.6º83.33%11.76%-
HSV(B)57.6º90.91%21.57%-
XYZ2.883.370.64-
YUV48.13103.66132.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.67%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=48.67%
G=46.90%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553500.040.910.7857.683.3311.76
Hex37355045B4E3a53c
Octal67655041331167212314
Binary11011111010110101001011011100111011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373505; }

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

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

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

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

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

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

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

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