Html Css Color HEX #536F48 Tom Thumb

📋 copy color: '#536F48'

red 83 ◦ green 111 ◦ blue 72

#536F48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #536F48

Tints of Tom Thumb #536F48

RGB

 RED value IS 83 (32.81% from 255) = 31.2%

 GREEN value IS 111 (43.75% from 255) = 41.73%

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 31.2%
G = 41.73%
B = 27.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#536F48 (or 0x536F48) is known color: Tom Thumb. HEX triplet: 53, 6F and 48. RGB value is (83,111,72). Sum of RGB (Red+Green+Blue) = 83+111+72=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #536F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F48 is #AC90B7. Grayscale: #626262. Windows color (decimal): -11309240 or 4747091. OLE color: 4747091.

HSL color Cylindrical-coordinate representation of color #536F48: hue angle of 103.08º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #536F48 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 72 -
CMYK 0.25 0 0.35 0.56
HSL 103.08º 0.21% 0.36% -
HSV(B) 103.08º 0.35% 0.44% -
XYZ 10.42 13.68 8.22 -
YUV 98.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 83 111 72 0.25 0 0.35 0.56 103.08 0.21 0.36
Hex 53 6F 48 19 0 23 38 67 15 24
Octal 123 157 110 31 0 43 70 147 25 44
Binary 1010011 1101111 1001000 11001 0 100011 111000 1100111 10101 100100

Color Harmonies of #536F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F48

Black with #536F48

Text Example


Text Example

White with #536F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536F48; }

 p { color: rgb(83,111,72); }

 H1.HeaderClassName
 {
   color: #536F48;
 }
 .AnyTagClassName
 {
   color: #536F48;
 }
</style>

background-color css

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

 a { background-color: rgb(83,111,72); }

 div.DivClassName
 {
   background-color: #536F48;
 }
 .BgClassName
 {
   background-color: #536F48;
 }
</style>

border-color css

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

 span { border-color: rgb(83,111,72); }

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