Html Css Color HEX #734030 Cumin

📋 copy color: '#734030'

red 115 ◦ green 64 ◦ blue 48

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

Shades of Cumin #734030

Tints of Cumin #734030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 50.66%
G = 28.19%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#734030 (or 0x734030) is known color: Cumin. HEX triplet: 73, 40 and 30. RGB value is (115,64,48). Sum of RGB (Red+Green+Blue) = 115+64+48=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #734030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734030 is #8CBFCF. Grayscale: #4D4D4D. Windows color (decimal): -9224144 or 3162227. OLE color: 3162227.

HSL color Cylindrical-coordinate representation of color #734030: hue angle of 14.33º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #734030 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 64 48 -
CMYK 0 0.44 0.58 0.55
HSL 14.33º 0.41% 0.32% -
HSV(B) 14.33º 0.58% 0.45% -
XYZ 9.44 7.53 3.75 -
YUV 77.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 115 64 48 0 0.44 0.58 0.55 14.33 0.41 0.32
Hex 73 40 30 0 2C 3A 37 E 29 20
Octal 163 100 60 0 54 72 67 16 51 40
Binary 1110011 1000000 110000 0 101100 111010 110111 1110 101001 100000

Color Harmonies of #734030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734030

Black with #734030

Text Example


Text Example

White with #734030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734030; }

 p { color: rgb(115,64,48); }

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

background-color css

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

 a { background-color: rgb(115,64,48); }

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

border-color css

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

 span { border-color: rgb(115,64,48); }

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