Html Css Color HEX #754330 Cumin

📋 copy color: '#754330'

red 117 ◦ green 67 ◦ blue 48

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

Shades of Cumin #754330

Tints of Cumin #754330

RGB

 RED value IS 117 (46.09% from 255) = 50.43%

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

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

R = 50.43%
G = 28.88%
B = 20.69%

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

#754330 (or 0x754330) is known color: Cumin. HEX triplet: 75, 43 and 30. RGB value is (117,67,48). Sum of RGB (Red+Green+Blue) = 117+67+48=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #754330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754330 is #8ABCCF. Grayscale: #4F4F4F. Windows color (decimal): -9092304 or 3162997. OLE color: 3162997.

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

Color convert

RGB 117 67 48 -
CMYK 0 0.43 0.59 0.54
HSL 16.52º 0.42% 0.32% -
HSV(B) 16.52º 0.59% 0.46% -
XYZ 9.88 8.01 3.82 -
YUV 79.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 117 67 48 0 0.43 0.59 0.54 16.52 0.42 0.32
Hex 75 43 30 0 2B 3B 36 11 2A 20
Octal 165 103 60 0 53 73 66 21 52 40
Binary 1110101 1000011 110000 0 101011 111011 110110 10001 101010 100000

Color Harmonies of #754330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754330

Black with #754330

Text Example


Text Example

White with #754330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754330; }

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

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

background-color css

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

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

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

border-color css

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

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

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