Html Css Color HEX #75463C Bole

📋 copy color: '#75463C'

red 117 ◦ green 70 ◦ blue 60

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

Shades of Bole #75463C

Tints of Bole #75463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 47.37%
G = 28.34%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75463C (or 0x75463C) is known color: Bole. HEX triplet: 75, 46 and 3C. RGB value is (117,70,60). Sum of RGB (Red+Green+Blue) = 117+70+60=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75463C is #8AB9C3. Grayscale: #535353. Windows color (decimal): -9091524 or 3950197. OLE color: 3950197.

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

Color convert

RGB 117 70 60 -
CMYK 0 0.40 0.49 0.54
HSL 10.53º 0.32% 0.35% -
HSV(B) 10.53º 0.49% 0.46% -
XYZ 10.34 8.49 5.37 -
YUV 82.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 117 70 60 0 0.40 0.49 0.54 10.53 0.32 0.35
Hex 75 46 3C 0 28 31 36 B 20 23
Octal 165 106 74 0 50 61 66 13 40 43
Binary 1110101 1000110 111100 0 101000 110001 110110 1011 100000 100011

Color Harmonies of #75463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75463C

Black with #75463C

Text Example


Text Example

White with #75463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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