Html Css Color HEX #75463D Bole

📋 copy color: '#75463D'

red 117 ◦ green 70 ◦ blue 61

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

Shades of Bole #75463D

Tints of Bole #75463D

RGB

 RED value IS 117 (46.09% from 255) = 47.18%

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

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

R = 47.18%
G = 28.23%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75463D (or 0x75463D) is known color: Bole. HEX triplet: 75, 46 and 3D. RGB value is (117,70,61). Sum of RGB (Red+Green+Blue) = 117+70+61=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75463D is #8AB9C2. Grayscale: #535353. Windows color (decimal): -9091523 or 4015733. OLE color: 4015733.

HSL color Cylindrical-coordinate representation of color #75463D: hue angle of 9.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75463D is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 61 -
CMYK 0 0.40 0.48 0.54
HSL 9.64º 0.31% 0.35% -
HSV(B) 9.64º 0.48% 0.46% -
XYZ 10.37 8.5 5.51 -
YUV 83.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 117 70 61 0 0.40 0.48 0.54 9.64 0.31 0.35
Hex 75 46 3D 0 28 30 36 A 1F 23
Octal 165 106 75 0 50 60 66 12 37 43
Binary 1110101 1000110 111101 0 101000 110000 110110 1010 11111 100011

Color Harmonies of #75463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75463D

Black with #75463D

Text Example


Text Example

White with #75463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75463D; }

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

 H1.HeaderClassName
 {
   color: #75463D;
 }
 .AnyTagClassName
 {
   color: #75463D;
 }
</style>

background-color css

<style>
 a { background-color: #75463D; }

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

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

border-color css

<style>
 span { border-color: #75463D; }

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

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