Html Css Color HEX #74463B Bole

📋 copy color: '#74463B'

red 116 ◦ green 70 ◦ blue 59

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

Shades of Bole #74463B

Tints of Bole #74463B

RGB

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

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

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

R = 47.35%
G = 28.57%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#74463B (or 0x74463B) is known color: Bole. HEX triplet: 74, 46 and 3B. RGB value is (116,70,59). Sum of RGB (Red+Green+Blue) = 116+70+59=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74463B is #8BB9C4. Grayscale: #525252. Windows color (decimal): -9157061 or 3884660. OLE color: 3884660.

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

Color convert

RGB 116 70 59 -
CMYK 0 0.40 0.49 0.55
HSL 11.58º 0.33% 0.34% -
HSV(B) 11.58º 0.49% 0.45% -
XYZ 10.18 8.41 5.22 -
YUV 82.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 116 70 59 0 0.40 0.49 0.55 11.58 0.33 0.34
Hex 74 46 3B 0 28 31 37 C 21 22
Octal 164 106 73 0 50 61 67 14 41 42
Binary 1110100 1000110 111011 0 101000 110001 110111 1100 100001 100010

Color Harmonies of #74463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74463B

Black with #74463B

Text Example


Text Example

White with #74463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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