Html Css Color HEX #7D473D Bole

📋 copy color: '#7D473D'

red 125 ◦ green 71 ◦ blue 61

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

Shades of Bole #7D473D

Tints of Bole #7D473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 48.64%
G = 27.63%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D473D (or 0x7D473D) is known color: Bole. HEX triplet: 7D, 47 and 3D. RGB value is (125,71,61). Sum of RGB (Red+Green+Blue) = 125+71+61=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D473D is #82B8C2. Grayscale: #565656. Windows color (decimal): -8566979 or 4015997. OLE color: 4015997.

HSL color Cylindrical-coordinate representation of color #7D473D: hue angle of 9.38º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D473D is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 71 61 -
CMYK 0 0.43 0.51 0.51
HSL 9.38º 0.34% 0.36% -
HSV(B) 9.38º 0.51% 0.49% -
XYZ 11.55 9.2 5.58 -
YUV 86.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 125 71 61 0 0.43 0.51 0.51 9.38 0.34 0.36
Hex 7D 47 3D 0 2B 33 33 9 22 24
Octal 175 107 75 0 53 63 63 11 42 44
Binary 1111101 1000111 111101 0 101011 110011 110011 1001 100010 100100

Color Harmonies of #7D473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D473D

Black with #7D473D

Text Example


Text Example

White with #7D473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,71,61); }

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

background-color css

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

 a { background-color: rgb(125,71,61); }

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

border-color css

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

 span { border-color: rgb(125,71,61); }

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