Html Css Color HEX #734535 Cumin

📋 copy color: '#734535'

red 115 ◦ green 69 ◦ blue 53

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

Shades of Cumin #734535

Tints of Cumin #734535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 48.52%
G = 29.11%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#734535 (or 0x734535) is known color: Cumin. HEX triplet: 73, 45 and 35. RGB value is (115,69,53). Sum of RGB (Red+Green+Blue) = 115+69+53=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #734535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734535 is #8CBACA. Grayscale: #515151. Windows color (decimal): -9222859 or 3491187. OLE color: 3491187.

HSL color Cylindrical-coordinate representation of color #734535: hue angle of 15.48º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #734535 is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 69 53 -
CMYK 0 0.4 0.54 0.55
HSL 15.48º 0.37% 0.33% -
HSV(B) 15.48º 0.54% 0.45% -
XYZ 9.84 8.16 4.42 -
YUV 80.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 115 69 53 0 0.4 0.54 0.55 15.48 0.37 0.33
Hex 73 45 35 0 28 36 37 F 25 21
Octal 163 105 65 0 50 66 67 17 45 41
Binary 1110011 1000101 110101 0 101000 110110 110111 1111 100101 100001

Color Harmonies of #734535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734535

Black with #734535

Text Example


Text Example

White with #734535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734535; }

 p { color: rgb(115,69,53); }

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

background-color css

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

 a { background-color: rgb(115,69,53); }

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

border-color css

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

 span { border-color: rgb(115,69,53); }

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