Html Css Color HEX #7D463D Bole

📋 copy color: '#7D463D'

red 125 ◦ green 70 ◦ blue 61

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

Shades of Bole #7D463D

Tints of Bole #7D463D

RGB

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

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

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

R = 48.83%
G = 27.34%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D463D (or 0x7D463D) is known color: Bole. HEX triplet: 7D, 46 and 3D. RGB value is (125,70,61). Sum of RGB (Red+Green+Blue) = 125+70+61=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D463D is #82B9C2. Grayscale: #555555. Windows color (decimal): -8567235 or 4015741. OLE color: 4015741.

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

Color convert

RGB 125 70 61 -
CMYK 0 0.44 0.51 0.51
HSL 8.44º 0.34% 0.36% -
HSV(B) 8.44º 0.51% 0.49% -
XYZ 11.49 9.08 5.56 -
YUV 85.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 125 70 61 0 0.44 0.51 0.51 8.44 0.34 0.36
Hex 7D 46 3D 0 2C 33 33 8 22 24
Octal 175 106 75 0 54 63 63 10 42 44
Binary 1111101 1000110 111101 0 101100 110011 110011 1000 100010 100100

Color Harmonies of #7D463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D463D

Black with #7D463D

Text Example


Text Example

White with #7D463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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