Html Css Color HEX #75463B Bole

📋 copy color: '#75463B'

red 117 ◦ green 70 ◦ blue 59

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

Shades of Bole #75463B

Tints of Bole #75463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.98%

R = 47.56%
G = 28.46%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75463B (or 0x75463B) is known color: Bole. HEX triplet: 75, 46 and 3B. RGB value is (117,70,59). Sum of RGB (Red+Green+Blue) = 117+70+59=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75463B is #8AB9C4. Grayscale: #525252. Windows color (decimal): -9091525 or 3884661. OLE color: 3884661.

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

Color convert

RGB 117 70 59 -
CMYK 0 0.40 0.50 0.54
HSL 11.38º 0.33% 0.35% -
HSV(B) 11.38º 0.5% 0.46% -
XYZ 10.32 8.48 5.23 -
YUV 82.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 117 70 59 0 0.40 0.50 0.54 11.38 0.33 0.35
Hex 75 46 3B 0 28 32 36 B 21 23
Octal 165 106 73 0 50 62 66 13 41 43
Binary 1110101 1000110 111011 0 101000 110010 110110 1011 100001 100011

Color Harmonies of #75463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75463B

Black with #75463B

Text Example


Text Example

White with #75463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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