Html Css Color HEX #734230 Cumin

📋 copy color: '#734230'

red 115 ◦ green 66 ◦ blue 48

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

Shades of Cumin #734230

Tints of Cumin #734230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 50.22%
G = 28.82%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#734230 (or 0x734230) is known color: Cumin. HEX triplet: 73, 42 and 30. RGB value is (115,66,48). Sum of RGB (Red+Green+Blue) = 115+66+48=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #734230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734230 is #8CBDCF. Grayscale: #4E4E4E. Windows color (decimal): -9223632 or 3162739. OLE color: 3162739.

HSL color Cylindrical-coordinate representation of color #734230: hue angle of 16.12º 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 #734230 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 48 -
CMYK 0 0.43 0.58 0.55
HSL 16.12º 0.41% 0.32% -
HSV(B) 16.12º 0.58% 0.45% -
XYZ 9.55 7.75 3.79 -
YUV 78.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 115 66 48 0 0.43 0.58 0.55 16.12 0.41 0.32
Hex 73 42 30 0 2B 3A 37 10 29 20
Octal 163 102 60 0 53 72 67 20 51 40
Binary 1110011 1000010 110000 0 101011 111010 110111 10000 101001 100000

Color Harmonies of #734230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734230

Black with #734230

Text Example


Text Example

White with #734230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734230; }

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

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

background-color css

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

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

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

border-color css

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

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

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