Html Css Color HEX #764330 Cumin

📋 copy color: '#764330'

red 118 ◦ green 67 ◦ blue 48

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

Shades of Cumin #764330

Tints of Cumin #764330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

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

R = 50.64%
G = 28.76%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#764330 (or 0x764330) is known color: Cumin. HEX triplet: 76, 43 and 30. RGB value is (118,67,48). Sum of RGB (Red+Green+Blue) = 118+67+48=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #764330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764330 is #89BCCF. Grayscale: #505050. Windows color (decimal): -9026768 or 3162998. OLE color: 3162998.

HSL color Cylindrical-coordinate representation of color #764330: hue angle of 16.29º 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 #764330 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 67 48 -
CMYK 0 0.43 0.59 0.54
HSL 16.29º 0.42% 0.33% -
HSV(B) 16.29º 0.59% 0.46% -
XYZ 10.01 8.08 3.83 -
YUV 80.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 118 67 48 0 0.43 0.59 0.54 16.29 0.42 0.33
Hex 76 43 30 0 2B 3B 36 10 2A 21
Octal 166 103 60 0 53 73 66 20 52 41
Binary 1110110 1000011 110000 0 101011 111011 110110 10000 101010 100001

Color Harmonies of #764330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764330

Black with #764330

Text Example


Text Example

White with #764330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764330; }

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

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

background-color css

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

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

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

border-color css

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

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

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