Html Css Color HEX #72635B Dorado

📋 copy color: '#72635B'

red 114 ◦ green 99 ◦ blue 91

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

Shades of Dorado #72635B

Tints of Dorado #72635B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 37.5%
G = 32.57%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72635B (or 0x72635B) is known color: Dorado. HEX triplet: 72, 63 and 5B. RGB value is (114,99,91). Sum of RGB (Red+Green+Blue) = 114+99+91=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72635B is #8D9CA4. Grayscale: #666666. Windows color (decimal): -9280677 or 5989234. OLE color: 5989234.

HSL color Cylindrical-coordinate representation of color #72635B: hue angle of 20.87º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72635B is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 91 -
CMYK 0 0.13 0.20 0.55
HSL 20.87º 0.11% 0.4% -
HSV(B) 20.87º 0.2% 0.45% -
XYZ 13.29 13.26 11.76 -
YUV 102.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 114 99 91 0 0.13 0.20 0.55 20.87 0.11 0.4
Hex 72 63 5B 0 D 14 37 15 B 28
Octal 162 143 133 0 15 24 67 25 13 50
Binary 1110010 1100011 1011011 0 1101 10100 110111 10101 1011 101000

Color Harmonies of #72635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72635B

Black with #72635B

Text Example


Text Example

White with #72635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72635B; }

 p { color: rgb(114,99,91); }

 H1.HeaderClassName
 {
   color: #72635B;
 }
 .AnyTagClassName
 {
   color: #72635B;
 }
</style>

background-color css

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

 a { background-color: rgb(114,99,91); }

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

border-color css

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

 span { border-color: rgb(114,99,91); }

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