#373400

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

Shades of Karaka #373400

Tints of Karaka #373400

Color information

#373400 (or 0x373400) is unknown color: approx Karaka. HEX triplet: 37, 34 and 00. RGB value is (55,52,0). Sum of RGB (Red+Green+Blue) = 55+52+0=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #373400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373400 is #C8CBFF. Grayscale: #2F2F2F. Windows color (decimal): -13159424 or 13367. OLE color: 13367.

HSL color Cylindrical-coordinate representation of color #373400: hue angle of 56.73º 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 #373400 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB55520-
CMYK00.0510.78
HSL56.73º100%10.78%-
HSV(B)56.73º100%21.57%-
XYZ2.83.270.48-
YUV46.97101.49133.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.40%
G=48.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552000.0510.7856.7310010.78
Hex3734005644E3964b
Octal67640051441167114413
Binary110111110100001011100100100111011100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373400; }

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

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

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

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

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

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

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

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