#535025

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

Shades of Camouflage #535025

Tints of Camouflage #535025

Color information

#535025 (or 0x535025) is unknown color: approx Camouflage. HEX triplet: 53, 50 and 25. RGB value is (83,80,37). Sum of RGB (Red+Green+Blue) = 83+80+37=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #535025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535025 is #ACAFDA. Grayscale: #4C4C4C. Windows color (decimal): -11317211 or 2445395. OLE color: 2445395.

HSL color Cylindrical-coordinate representation of color #535025: hue angle of 56.09º 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 #535025 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB838037-
CMYK00.040.550.67
HSL56.09º38.33%23.53%-
HSV(B)56.09º55.42%32.55%-
XYZ6.777.712.88-
YUV75.99105.99133-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=41.5%
G=40%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83803700.040.550.6756.0938.3323.53
Hex535025043743382618
Octal123120450467103704630
Binary101001110100001001010100110111100001111100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535025; }

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

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

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

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

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

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

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

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