#373500

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

Shades of Karaka #373500

Tints of Karaka #373500

Color information

#373500 (or 0x373500) is unknown color: approx Karaka. HEX triplet: 37, 35 and 00. RGB value is (55,53,0). Sum of RGB (Red+Green+Blue) = 55+53+0=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #373500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373500 is #C8CAFF. Grayscale: #2F2F2F. Windows color (decimal): -13159168 or 13623. OLE color: 13623.

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

Color convert

RGB55530-
CMYK00.0410.78
HSL57.82º100%10.78%-
HSV(B)57.82º100%21.57%-
XYZ2.853.360.5-
YUV47.56101.16133.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.93%
G=49.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553000.0410.7857.8210010.78
Hex3735004644E3a64b
Octal67650041441167214413
Binary110111110101001001100100100111011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373500; }

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

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

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

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

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

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

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

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