Html Css Color HEX #74463C Bole

📋 copy color: '#74463C'

red 116 ◦ green 70 ◦ blue 60

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

Shades of Bole #74463C

Tints of Bole #74463C

RGB

 RED value IS 116 (45.7% from 255) = 47.15%

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

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

R = 47.15%
G = 28.46%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74463C (or 0x74463C) is known color: Bole. HEX triplet: 74, 46 and 3C. RGB value is (116,70,60). Sum of RGB (Red+Green+Blue) = 116+70+60=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74463C is #8BB9C3. Grayscale: #525252. Windows color (decimal): -9157060 or 3950196. OLE color: 3950196.

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

Color convert

RGB 116 70 60 -
CMYK 0 0.40 0.48 0.55
HSL 10.71º 0.32% 0.35% -
HSV(B) 10.71º 0.48% 0.45% -
XYZ 10.21 8.42 5.36 -
YUV 82.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 116 70 60 0 0.40 0.48 0.55 10.71 0.32 0.35
Hex 74 46 3C 0 28 30 37 B 20 23
Octal 164 106 74 0 50 60 67 13 40 43
Binary 1110100 1000110 111100 0 101000 110000 110111 1011 100000 100011

Color Harmonies of #74463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74463C

Black with #74463C

Text Example


Text Example

White with #74463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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