Html Css Color HEX #724430 Cumin

📋 copy color: '#724430'

red 114 ◦ green 68 ◦ blue 48

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

Shades of Cumin #724430

Tints of Cumin #724430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

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

R = 49.57%
G = 29.57%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#724430 (or 0x724430) is known color: Cumin. HEX triplet: 72, 44 and 30. RGB value is (114,68,48). Sum of RGB (Red+Green+Blue) = 114+68+48=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #724430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724430 is #8DBBCF. Grayscale: #4F4F4F. Windows color (decimal): -9288656 or 3163250. OLE color: 3163250.

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

Color convert

RGB 114 68 48 -
CMYK 0 0.40 0.58 0.55
HSL 18.18º 0.41% 0.32% -
HSV(B) 18.18º 0.58% 0.45% -
XYZ 9.54 7.93 3.82 -
YUV 79.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 114 68 48 0 0.40 0.58 0.55 18.18 0.41 0.32
Hex 72 44 30 0 28 3A 37 12 29 20
Octal 162 104 60 0 50 72 67 22 51 40
Binary 1110010 1000100 110000 0 101000 111010 110111 10010 101001 100000

Color Harmonies of #724430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724430

Black with #724430

Text Example


Text Example

White with #724430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724430; }

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

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

background-color css

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

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

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

border-color css

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

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

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