Html Css Color HEX #724330 Cumin

📋 copy color: '#724330'

red 114 ◦ green 67 ◦ blue 48

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

Shades of Cumin #724330

Tints of Cumin #724330

RGB

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

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

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

R = 49.78%
G = 29.26%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#724330 (or 0x724330) is known color: Cumin. HEX triplet: 72, 43 and 30. RGB value is (114,67,48). Sum of RGB (Red+Green+Blue) = 114+67+48=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #724330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724330 is #8DBCCF. Grayscale: #4F4F4F. Windows color (decimal): -9288912 or 3162994. OLE color: 3162994.

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

Color convert

RGB 114 67 48 -
CMYK 0 0.41 0.58 0.55
HSL 17.27º 0.41% 0.32% -
HSV(B) 17.27º 0.58% 0.45% -
XYZ 9.48 7.81 3.8 -
YUV 78.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 114 67 48 0 0.41 0.58 0.55 17.27 0.41 0.32
Hex 72 43 30 0 29 3A 37 11 29 20
Octal 162 103 60 0 51 72 67 21 51 40
Binary 1110010 1000011 110000 0 101001 111010 110111 10001 101001 100000

Color Harmonies of #724330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724330

Black with #724330

Text Example


Text Example

White with #724330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724330; }

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

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

background-color css

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

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

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

border-color css

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

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

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