Html Css Color HEX #764130 Cumin

📋 copy color: '#764130'

red 118 ◦ green 65 ◦ blue 48

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

Shades of Cumin #764130

Tints of Cumin #764130

RGB

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

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

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

R = 51.08%
G = 28.14%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#764130 (or 0x764130) is known color: Cumin. HEX triplet: 76, 41 and 30. RGB value is (118,65,48). Sum of RGB (Red+Green+Blue) = 118+65+48=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #764130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764130 is #89BECF. Grayscale: #4F4F4F. Windows color (decimal): -9027280 or 3162486. OLE color: 3162486.

HSL color Cylindrical-coordinate representation of color #764130: hue angle of 14.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764130 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 48 -
CMYK 0 0.45 0.59 0.54
HSL 14.57º 0.42% 0.33% -
HSV(B) 14.57º 0.59% 0.46% -
XYZ 9.9 7.85 3.79 -
YUV 78.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 118 65 48 0 0.45 0.59 0.54 14.57 0.42 0.33
Hex 76 41 30 0 2D 3B 36 F 2A 21
Octal 166 101 60 0 55 73 66 17 52 41
Binary 1110110 1000001 110000 0 101101 111011 110110 1111 101010 100001

Color Harmonies of #764130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764130

Black with #764130

Text Example


Text Example

White with #764130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764130; }

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

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

background-color css

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

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

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

border-color css

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

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

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