Html Css Color HEX #76412F Cumin

📋 copy color: '#76412F'

red 118 ◦ green 65 ◦ blue 47

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

Shades of Cumin #76412F

Tints of Cumin #76412F

RGB

 RED value IS 118 (46.48% from 255) = 51.3%

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

 BLUE value IS 47 (18.75% from 255) = 20.43%

R = 51.3%
G = 28.26%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76412F (or 0x76412F) is known color: Cumin. HEX triplet: 76, 41 and 2F. RGB value is (118,65,47). Sum of RGB (Red+Green+Blue) = 118+65+47=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76412F is #89BED0. Grayscale: #4E4E4E. Windows color (decimal): -9027281 or 3096950. OLE color: 3096950.

HSL color Cylindrical-coordinate representation of color #76412F: hue angle of 15.21º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76412F is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 47 -
CMYK 0 0.45 0.60 0.54
HSL 15.21º 0.43% 0.32% -
HSV(B) 15.21º 0.6% 0.46% -
XYZ 9.87 7.84 3.68 -
YUV 78.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 118 65 47 0 0.45 0.60 0.54 15.21 0.43 0.32
Hex 76 41 2F 0 2D 3C 36 F 2B 20
Octal 166 101 57 0 55 74 66 17 53 40
Binary 1110110 1000001 101111 0 101101 111100 110110 1111 101011 100000

Color Harmonies of #76412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76412F

Black with #76412F

Text Example


Text Example

White with #76412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76412F; }

 p { color: rgb(118,65,47); }

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

background-color css

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

 a { background-color: rgb(118,65,47); }

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

border-color css

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

 span { border-color: rgb(118,65,47); }

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