Html Css Color HEX #734331 Cumin

📋 copy color: '#734331'

red 115 ◦ green 67 ◦ blue 49

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

Shades of Cumin #734331

Tints of Cumin #734331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

 BLUE value IS 49 (19.53% from 255) = 21.21%

R = 49.78%
G = 29%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#734331 (or 0x734331) is known color: Cumin. HEX triplet: 73, 43 and 31. RGB value is (115,67,49). Sum of RGB (Red+Green+Blue) = 115+67+49=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #734331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734331 is #8CBCCE. Grayscale: #4F4F4F. Windows color (decimal): -9223375 or 3228531. OLE color: 3228531.

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

Color convert

RGB 115 67 49 -
CMYK 0 0.42 0.57 0.55
HSL 16.36º 0.4% 0.32% -
HSV(B) 16.36º 0.57% 0.45% -
XYZ 9.63 7.88 3.92 -
YUV 79.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 115 67 49 0 0.42 0.57 0.55 16.36 0.4 0.32
Hex 73 43 31 0 2A 39 37 10 28 20
Octal 163 103 61 0 52 71 67 20 50 40
Binary 1110011 1000011 110001 0 101010 111001 110111 10000 101000 100000

Color Harmonies of #734331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734331

Black with #734331

Text Example


Text Example

White with #734331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734331; }

 p { color: rgb(115,67,49); }

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

background-color css

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

 a { background-color: rgb(115,67,49); }

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

border-color css

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

 span { border-color: rgb(115,67,49); }

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