Html Css Color HEX #72584F Dorado

📋 copy color: '#72584F'

red 114 ◦ green 88 ◦ blue 79

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

Shades of Dorado #72584F

Tints of Dorado #72584F

RGB

 RED value IS 114 (44.92% from 255) = 40.57%

 GREEN value IS 88 (34.77% from 255) = 31.32%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 40.57%
G = 31.32%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#72584F (or 0x72584F) is known color: Dorado. HEX triplet: 72, 58 and 4F. RGB value is (114,88,79). Sum of RGB (Red+Green+Blue) = 114+88+79=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #72584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72584F is #8DA7B0. Grayscale: #5E5E5E. Windows color (decimal): -9283505 or 5199986. OLE color: 5199986.

HSL color Cylindrical-coordinate representation of color #72584F: hue angle of 15.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72584F is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 88 79 -
CMYK 0 0.23 0.31 0.55
HSL 15.43º 0.18% 0.38% -
HSV(B) 15.43º 0.31% 0.45% -
XYZ 11.84 11.12 8.92 -
YUV 94.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 114 88 79 0 0.23 0.31 0.55 15.43 0.18 0.38
Hex 72 58 4F 0 17 1F 37 F 12 26
Octal 162 130 117 0 27 37 67 17 22 46
Binary 1110010 1011000 1001111 0 10111 11111 110111 1111 10010 100110

Color Harmonies of #72584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72584F

Black with #72584F

Text Example


Text Example

White with #72584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,88,79); }

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

background-color css

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

 a { background-color: rgb(114,88,79); }

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

border-color css

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

 span { border-color: rgb(114,88,79); }

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