Html Css Color HEX #784530 Cumin

📋 copy color: '#784530'

red 120 ◦ green 69 ◦ blue 48

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

Shades of Cumin #784530

Tints of Cumin #784530

RGB

 RED value IS 120 (47.27% from 255) = 50.63%

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 50.63%
G = 29.11%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#784530 (or 0x784530) is known color: Cumin. HEX triplet: 78, 45 and 30. RGB value is (120,69,48). Sum of RGB (Red+Green+Blue) = 120+69+48=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #784530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784530 is #87BACF. Grayscale: #515151. Windows color (decimal): -8895184 or 3163512. OLE color: 3163512.

HSL color Cylindrical-coordinate representation of color #784530: hue angle of 17.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784530 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 69 48 -
CMYK 0 0.42 0.60 0.53
HSL 17.5º 0.43% 0.33% -
HSV(B) 17.5º 0.6% 0.47% -
XYZ 10.41 8.46 3.88 -
YUV 81.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 120 69 48 0 0.42 0.60 0.53 17.5 0.43 0.33
Hex 78 45 30 0 2A 3C 35 12 2B 21
Octal 170 105 60 0 52 74 65 22 53 41
Binary 1111000 1000101 110000 0 101010 111100 110101 10010 101011 100001

Color Harmonies of #784530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784530

Black with #784530

Text Example


Text Example

White with #784530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784530; }

 p { color: rgb(120,69,48); }

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

background-color css

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

 a { background-color: rgb(120,69,48); }

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

border-color css

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

 span { border-color: rgb(120,69,48); }

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