Html Css Color HEX #724230 Cumin

📋 copy color: '#724230'

red 114 ◦ green 66 ◦ blue 48

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

Shades of Cumin #724230

Tints of Cumin #724230

RGB

 RED value IS 114 (44.92% from 255) = 50%

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

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

R = 50%
G = 28.95%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#724230 (or 0x724230) is known color: Cumin. HEX triplet: 72, 42 and 30. RGB value is (114,66,48). Sum of RGB (Red+Green+Blue) = 114+66+48=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #724230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724230 is #8DBDCF. Grayscale: #4E4E4E. Windows color (decimal): -9289168 or 3162738. OLE color: 3162738.

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

Color convert

RGB 114 66 48 -
CMYK 0 0.42 0.58 0.55
HSL 16.36º 0.41% 0.32% -
HSV(B) 16.36º 0.58% 0.45% -
XYZ 9.42 7.69 3.78 -
YUV 78.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 114 66 48 0 0.42 0.58 0.55 16.36 0.41 0.32
Hex 72 42 30 0 2A 3A 37 10 29 20
Octal 162 102 60 0 52 72 67 20 51 40
Binary 1110010 1000010 110000 0 101010 111010 110111 10000 101001 100000

Color Harmonies of #724230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724230

Black with #724230

Text Example


Text Example

White with #724230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724230; }

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

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

background-color css

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

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

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

border-color css

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

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

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