Html Css Color HEX #53825F Como

📋 copy color: '#53825F'

red 83 ◦ green 130 ◦ blue 95

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

Shades of Como #53825F

Tints of Como #53825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 26.95%
G = 42.21%
B = 30.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#53825F (or 0x53825F) is known color: Como. HEX triplet: 53, 82 and 5F. RGB value is (83,130,95). Sum of RGB (Red+Green+Blue) = 83+130+95=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #53825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53825F is #AC7DA0. Grayscale: #707070. Windows color (decimal): -11304353 or 6259283. OLE color: 6259283.

HSL color Cylindrical-coordinate representation of color #53825F: hue angle of 135.32º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53825F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 95 -
CMYK 0.36 0 0.27 0.49
HSL 135.32º 0.22% 0.42% -
HSV(B) 135.32º 0.36% 0.51% -
XYZ 13.62 18.63 13.7 -
YUV 111.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 83 130 95 0.36 0 0.27 0.49 135.32 0.22 0.42
Hex 53 82 5F 24 0 1B 31 87 16 2A
Octal 123 202 137 44 0 33 61 207 26 52
Binary 1010011 10000010 1011111 100100 0 11011 110001 10000111 10110 101010

Color Harmonies of #53825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53825F

Black with #53825F

Text Example


Text Example

White with #53825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,130,95); }

 H1.HeaderClassName
 {
   color: #53825F;
 }
 .AnyTagClassName
 {
   color: #53825F;
 }
</style>

background-color css

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

 a { background-color: rgb(83,130,95); }

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

border-color css

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

 span { border-color: rgb(83,130,95); }

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