Html Css Color HEX #7F442C Cumin

📋 copy color: '#7F442C'

red 127 ◦ green 68 ◦ blue 44

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

Shades of Cumin #7F442C

Tints of Cumin #7F442C

RGB

 RED value IS 127 (50% from 255) = 53.14%

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

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 53.14%
G = 28.45%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F442C (or 0x7F442C) is known color: Cumin. HEX triplet: 7F, 44 and 2C. RGB value is (127,68,44). Sum of RGB (Red+Green+Blue) = 127+68+44=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F442C is #80BBD3. Grayscale: #535353. Windows color (decimal): -8436692 or 2901119. OLE color: 2901119.

HSL color Cylindrical-coordinate representation of color #7F442C: hue angle of 17.35º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F442C is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 68 44 -
CMYK 0 0.46 0.65 0.50
HSL 17.35º 0.49% 0.34% -
HSV(B) 17.35º 0.65% 0.5% -
XYZ 11.27 8.83 3.49 -
YUV 82.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 127 68 44 0 0.46 0.65 0.50 17.35 0.49 0.34
Hex 7F 44 2C 0 2E 41 32 11 31 22
Octal 177 104 54 0 56 101 62 21 61 42
Binary 1111111 1000100 101100 0 101110 1000001 110010 10001 110001 100010

Color Harmonies of #7F442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F442C

Black with #7F442C

Text Example


Text Example

White with #7F442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,68,44); }

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

background-color css

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

 a { background-color: rgb(127,68,44); }

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

border-color css

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

 span { border-color: rgb(127,68,44); }

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