Html Css Color HEX #74463A Bole

📋 copy color: '#74463A'

red 116 ◦ green 70 ◦ blue 58

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

Shades of Bole #74463A

Tints of Bole #74463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.77%

R = 47.54%
G = 28.69%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74463A (or 0x74463A) is known color: Bole. HEX triplet: 74, 46 and 3A. RGB value is (116,70,58). Sum of RGB (Red+Green+Blue) = 116+70+58=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74463A is #8BB9C5. Grayscale: #525252. Windows color (decimal): -9157062 or 3819124. OLE color: 3819124.

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

Color convert

RGB 116 70 58 -
CMYK 0 0.40 0.5 0.55
HSL 12.41º 0.33% 0.34% -
HSV(B) 12.41º 0.5% 0.45% -
XYZ 10.16 8.4 5.09 -
YUV 82.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 116 70 58 0 0.40 0.5 0.55 12.41 0.33 0.34
Hex 74 46 3A 0 28 32 37 C 21 22
Octal 164 106 72 0 50 62 67 14 41 42
Binary 1110100 1000110 111010 0 101000 110010 110111 1100 100001 100010

Color Harmonies of #74463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74463A

Black with #74463A

Text Example


Text Example

White with #74463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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