Html Css Color HEX #73635A Dorado

📋 copy color: '#73635A'

red 115 ◦ green 99 ◦ blue 90

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

Shades of Dorado #73635A

Tints of Dorado #73635A

RGB

 RED value IS 115 (45.31% from 255) = 37.83%

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

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 37.83%
G = 32.57%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73635A (or 0x73635A) is known color: Dorado. HEX triplet: 73, 63 and 5A. RGB value is (115,99,90). Sum of RGB (Red+Green+Blue) = 115+99+90=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #73635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73635A is #8C9CA5. Grayscale: #666666. Windows color (decimal): -9215142 or 5923699. OLE color: 5923699.

HSL color Cylindrical-coordinate representation of color #73635A: hue angle of 21.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73635A is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 99 90 -
CMYK 0 0.14 0.22 0.55
HSL 21.6º 0.12% 0.4% -
HSV(B) 21.6º 0.22% 0.45% -
XYZ 13.38 13.31 11.54 -
YUV 102.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 115 99 90 0 0.14 0.22 0.55 21.6 0.12 0.4
Hex 73 63 5A 0 E 16 37 16 C 28
Octal 163 143 132 0 16 26 67 26 14 50
Binary 1110011 1100011 1011010 0 1110 10110 110111 10110 1100 101000

Color Harmonies of #73635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73635A

Black with #73635A

Text Example


Text Example

White with #73635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73635A; }

 p { color: rgb(115,99,90); }

 H1.HeaderClassName
 {
   color: #73635A;
 }
 .AnyTagClassName
 {
   color: #73635A;
 }
</style>

background-color css

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

 a { background-color: rgb(115,99,90); }

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

border-color css

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

 span { border-color: rgb(115,99,90); }

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