#373713

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

Shades of Karaka #373713

Tints of Karaka #373713

Color information

#373713 (or 0x373713) is unknown color: approx Karaka. HEX triplet: 37, 37 and 13. RGB value is (55,55,19). Sum of RGB (Red+Green+Blue) = 55+55+19=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 55 - color contains mainly: red, green. Hex color #373713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373713 is #C8C8EC. Grayscale: #333333. Windows color (decimal): -13158637 or 1259319. OLE color: 1259319.

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

Color convert

RGB555519-
CMYK000.650.78
HSL60º48.65%14.51%-
HSV(B)60º65.45%21.57%-
XYZ3.063.591.15-
YUV50.9110130.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=42.64%
G=42.64%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555519000.650.786048.6514.51
Hex37371300414E3c31f
Octal67672300101116746117
Binary1101111101111001100100000110011101111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373713; }

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

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

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

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

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

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

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

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