Html Css Color HEX #7C412D Cumin

📋 copy color: '#7C412D'

red 124 ◦ green 65 ◦ blue 45

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

Shades of Cumin #7C412D

Tints of Cumin #7C412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 52.99%
G = 27.78%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7C412D (or 0x7C412D) is known color: Cumin. HEX triplet: 7C, 41 and 2D. RGB value is (124,65,45). Sum of RGB (Red+Green+Blue) = 124+65+45=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C412D is #83BED2. Grayscale: #505050. Windows color (decimal): -8634067 or 2965884. OLE color: 2965884.

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

Color convert

RGB 124 65 45 -
CMYK 0 0.48 0.64 0.51
HSL 15.19º 0.47% 0.33% -
HSV(B) 15.19º 0.64% 0.49% -
XYZ 10.68 8.26 3.51 -
YUV 80.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 124 65 45 0 0.48 0.64 0.51 15.19 0.47 0.33
Hex 7C 41 2D 0 30 40 33 F 2F 21
Octal 174 101 55 0 60 100 63 17 57 41
Binary 1111100 1000001 101101 0 110000 1000000 110011 1111 101111 100001

Color Harmonies of #7C412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C412D

Black with #7C412D

Text Example


Text Example

White with #7C412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,45); }

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

background-color css

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

 a { background-color: rgb(124,65,45); }

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

border-color css

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

 span { border-color: rgb(124,65,45); }

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