Html Css Color HEX #7D463A Bole

📋 copy color: '#7D463A'

red 125 ◦ green 70 ◦ blue 58

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

Shades of Bole #7D463A

Tints of Bole #7D463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 49.41%
G = 27.67%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D463A (or 0x7D463A) is known color: Bole. HEX triplet: 7D, 46 and 3A. RGB value is (125,70,58). Sum of RGB (Red+Green+Blue) = 125+70+58=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D463A is #82B9C5. Grayscale: #555555. Windows color (decimal): -8567238 or 3819133. OLE color: 3819133.

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

Color convert

RGB 125 70 58 -
CMYK 0 0.44 0.54 0.51
HSL 10.75º 0.37% 0.36% -
HSV(B) 10.75º 0.54% 0.49% -
XYZ 11.41 9.05 5.15 -
YUV 85.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 125 70 58 0 0.44 0.54 0.51 10.75 0.37 0.36
Hex 7D 46 3A 0 2C 36 33 B 25 24
Octal 175 106 72 0 54 66 63 13 45 44
Binary 1111101 1000110 111010 0 101100 110110 110011 1011 100101 100100

Color Harmonies of #7D463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D463A

Black with #7D463A

Text Example


Text Example

White with #7D463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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