Html Css Color HEX #73614B Soya Bean

📋 copy color: '#73614B'

red 115 ◦ green 97 ◦ blue 75

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

Shades of Soya Bean #73614B

Tints of Soya Bean #73614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 40.07%
G = 33.8%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#73614B (or 0x73614B) is known color: Soya Bean. HEX triplet: 73, 61 and 4B. RGB value is (115,97,75). Sum of RGB (Red+Green+Blue) = 115+97+75=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #73614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73614B is #8C9EB4. Grayscale: #636363. Windows color (decimal): -9215669 or 4940147. OLE color: 4940147.

HSL color Cylindrical-coordinate representation of color #73614B: hue angle of 33º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73614B is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 75 -
CMYK 0 0.16 0.35 0.55
HSL 33º 0.21% 0.37% -
HSV(B) 33º 0.35% 0.45% -
XYZ 12.61 12.7 8.44 -
YUV 99.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 115 97 75 0 0.16 0.35 0.55 33 0.21 0.37
Hex 73 61 4B 0 10 23 37 21 15 25
Octal 163 141 113 0 20 43 67 41 25 45
Binary 1110011 1100001 1001011 0 10000 100011 110111 100001 10101 100101

Color Harmonies of #73614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73614B

Black with #73614B

Text Example


Text Example

White with #73614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,97,75); }

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

background-color css

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

 a { background-color: rgb(115,97,75); }

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

border-color css

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

 span { border-color: rgb(115,97,75); }

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