#373714

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

Shades of Karaka #373714

Tints of Karaka #373714

Color information

#373714 (or 0x373714) is unknown color: approx Karaka. HEX triplet: 37, 37 and 14. RGB value is (55,55,20). Sum of RGB (Red+Green+Blue) = 55+55+20=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 55 - color contains mainly: red, green. Hex color #373714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373714 is #C8C8EB. Grayscale: #333333. Windows color (decimal): -13158636 or 1324855. OLE color: 1324855.

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

Color convert

RGB555520-
CMYK000.640.78
HSL60º46.67%14.71%-
HSV(B)60º63.64%21.57%-
XYZ3.073.61.19-
YUV51.01110.5130.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=42.31%
G=42.31%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555520000.640.786046.6714.71
Hex37371400404E3c2ff
Octal67672400100116745717
Binary1101111101111010000100000010011101111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373714; }

 p { color: rgb(55,55,20); }

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

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

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

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

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

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

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