Html Css Color HEX #7C472E Cumin

📋 copy color: '#7C472E'

red 124 ◦ green 71 ◦ blue 46

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

Shades of Cumin #7C472E

Tints of Cumin #7C472E

RGB

 RED value IS 124 (48.83% from 255) = 51.45%

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 51.45%
G = 29.46%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C472E (or 0x7C472E) is known color: Cumin. HEX triplet: 7C, 47 and 2E. RGB value is (124,71,46). Sum of RGB (Red+Green+Blue) = 124+71+46=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C472E is #83B8D1. Grayscale: #545454. Windows color (decimal): -8632530 or 3032956. OLE color: 3032956.

HSL color Cylindrical-coordinate representation of color #7C472E: hue angle of 19.23º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C472E is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 71 46 -
CMYK 0 0.43 0.63 0.51
HSL 19.23º 0.46% 0.33% -
HSV(B) 19.23º 0.63% 0.49% -
XYZ 11.06 8.99 3.74 -
YUV 84 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 124 71 46 0 0.43 0.63 0.51 19.23 0.46 0.33
Hex 7C 47 2E 0 2B 3F 33 13 2E 21
Octal 174 107 56 0 53 77 63 23 56 41
Binary 1111100 1000111 101110 0 101011 111111 110011 10011 101110 100001

Color Harmonies of #7C472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C472E

Black with #7C472E

Text Example


Text Example

White with #7C472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C472E; }

 p { color: rgb(124,71,46); }

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

background-color css

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

 a { background-color: rgb(124,71,46); }

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

border-color css

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

 span { border-color: rgb(124,71,46); }

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