#534F25

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

Shades of Camouflage #534F25

Tints of Camouflage #534F25

Color information

#534F25 (or 0x534F25) is unknown color: approx Camouflage. HEX triplet: 53, 4F and 25. RGB value is (83,79,37). Sum of RGB (Red+Green+Blue) = 83+79+37=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F25 is #ACB0DA. Grayscale: #4B4B4B. Windows color (decimal): -11317467 or 2445139. OLE color: 2445139.

HSL color Cylindrical-coordinate representation of color #534F25: hue angle of 54.78º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534F25 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB837937-
CMYK00.050.550.67
HSL54.78º38.33%23.53%-
HSV(B)54.78º55.42%32.55%-
XYZ6.77.562.86-
YUV75.41106.33133.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=41.71%
G=39.70%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83793700.050.550.6754.7838.3323.53
Hex534F25053743372618
Octal123117450567103674630
Binary101001110011111001010101110111100001111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F25; }

 p { color: rgb(83,79,37); }

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

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

 a { background-color: rgb(83,79,37); }

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

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

 span { border-color: rgb(83,79,37); }

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