#63852F

Color #63852F Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #63852F

Tints of Vida Loca #63852F

Color information

#63852F (or 0x63852F) is unknown color: approx Vida Loca. HEX triplet: 63, 85 and 2F. RGB value is (99,133,47). Sum of RGB (Red+Green+Blue) = 99+133+47=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #63852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63852F is #9C7AD0. Grayscale: #717171. Windows color (decimal): -10255057 or 3114339. OLE color: 3114339.

HSL color Cylindrical-coordinate representation of color #63852F: hue angle of 83.72º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63852F is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB9913347-
CMYK0.2600.650.48
HSL83.72º47.78%35.29%-
HSV(B)83.72º64.66%52.16%-
XYZ14.0519.635.74-
YUV113.0390.74117.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=35.48%
G=47.67%
B=16.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133470.2600.650.4883.7247.7835.29
Hex63852F1A04130543023
Octal14320557320101601246043
Binary11000111000010110111111010010000011100001010100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63852F; }

 p { color: rgb(99,133,47); }

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

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

 a { background-color: rgb(99,133,47); }

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

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

 span { border-color: rgb(99,133,47); }

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