Html Css Color HEX #7D462D Cumin

📋 copy color: '#7D462D'

red 125 ◦ green 70 ◦ blue 45

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

Shades of Cumin #7D462D

Tints of Cumin #7D462D

RGB

 RED value IS 125 (49.22% from 255) = 52.08%

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 52.08%
G = 29.17%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D462D (or 0x7D462D) is known color: Cumin. HEX triplet: 7D, 46 and 2D. RGB value is (125,70,45). Sum of RGB (Red+Green+Blue) = 125+70+45=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D462D is #82B9D2. Grayscale: #535353. Windows color (decimal): -8567251 or 2967165. OLE color: 2967165.

HSL color Cylindrical-coordinate representation of color #7D462D: hue angle of 18.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D462D is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 70 45 -
CMYK 0 0.44 0.64 0.51
HSL 18.75º 0.47% 0.33% -
HSV(B) 18.75º 0.64% 0.49% -
XYZ 11.12 8.93 3.62 -
YUV 83.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 125 70 45 0 0.44 0.64 0.51 18.75 0.47 0.33
Hex 7D 46 2D 0 2C 40 33 13 2F 21
Octal 175 106 55 0 54 100 63 23 57 41
Binary 1111101 1000110 101101 0 101100 1000000 110011 10011 101111 100001

Color Harmonies of #7D462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D462D

Black with #7D462D

Text Example


Text Example

White with #7D462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D462D; }

 p { color: rgb(125,70,45); }

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

background-color css

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

 a { background-color: rgb(125,70,45); }

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

border-color css

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

 span { border-color: rgb(125,70,45); }

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