Html Css Color HEX #7D422D Cumin

📋 copy color: '#7D422D'

red 125 ◦ green 66 ◦ blue 45

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

Shades of Cumin #7D422D

Tints of Cumin #7D422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

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

R = 52.97%
G = 27.97%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D422D (or 0x7D422D) is known color: Cumin. HEX triplet: 7D, 42 and 2D. RGB value is (125,66,45). Sum of RGB (Red+Green+Blue) = 125+66+45=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D422D is #82BDD2. Grayscale: #515151. Windows color (decimal): -8568275 or 2966141. OLE color: 2966141.

HSL color Cylindrical-coordinate representation of color #7D422D: hue angle of 15.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 #7D422D is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 66 45 -
CMYK 0 0.47 0.64 0.51
HSL 15.75º 0.47% 0.33% -
HSV(B) 15.75º 0.64% 0.49% -
XYZ 10.88 8.45 3.54 -
YUV 81.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 125 66 45 0 0.47 0.64 0.51 15.75 0.47 0.33
Hex 7D 42 2D 0 2F 40 33 10 2F 21
Octal 175 102 55 0 57 100 63 20 57 41
Binary 1111101 1000010 101101 0 101111 1000000 110011 10000 101111 100001

Color Harmonies of #7D422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D422D

Black with #7D422D

Text Example


Text Example

White with #7D422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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