Html Css Color HEX #7D4841 Bole

📋 copy color: '#7D4841'

red 125 ◦ green 72 ◦ blue 65

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

Shades of Bole #7D4841

Tints of Bole #7D4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 47.71%
G = 27.48%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D4841 (or 0x7D4841) is known color: Bole. HEX triplet: 7D, 48 and 41. RGB value is (125,72,65). Sum of RGB (Red+Green+Blue) = 125+72+65=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4841 is #82B7BE. Grayscale: #575757. Windows color (decimal): -8566719 or 4278397. OLE color: 4278397.

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

Color convert

RGB 125 72 65 -
CMYK 0 0.42 0.48 0.51
HSL 0.32% 0.37% -
HSV(B) 0.48% 0.49% -
XYZ 11.73 9.38 6.19 -
YUV 87.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 125 72 65 0 0.42 0.48 0.51 7 0.32 0.37
Hex 7D 48 41 0 2A 30 33 7 20 25
Octal 175 110 101 0 52 60 63 7 40 45
Binary 1111101 1001000 1000001 0 101010 110000 110011 111 100000 100101

Color Harmonies of #7D4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4841

Black with #7D4841

Text Example


Text Example

White with #7D4841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,72,65); }

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

background-color css

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

 a { background-color: rgb(125,72,65); }

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

border-color css

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

 span { border-color: rgb(125,72,65); }

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