Html Css Color HEX #74493D Bole

📋 copy color: '#74493D'

red 116 ◦ green 73 ◦ blue 61

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

Shades of Bole #74493D

Tints of Bole #74493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 46.4%
G = 29.2%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74493D (or 0x74493D) is known color: Bole. HEX triplet: 74, 49 and 3D. RGB value is (116,73,61). Sum of RGB (Red+Green+Blue) = 116+73+61=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74493D is #8BB6C2. Grayscale: #545454. Windows color (decimal): -9156291 or 4016500. OLE color: 4016500.

HSL color Cylindrical-coordinate representation of color #74493D: hue angle of 13.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74493D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 61 -
CMYK 0 0.37 0.47 0.55
HSL 13.09º 0.31% 0.35% -
HSV(B) 13.09º 0.47% 0.45% -
XYZ 10.43 8.82 5.57 -
YUV 84.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 116 73 61 0 0.37 0.47 0.55 13.09 0.31 0.35
Hex 74 49 3D 0 25 2F 37 D 1F 23
Octal 164 111 75 0 45 57 67 15 37 43
Binary 1110100 1001001 111101 0 100101 101111 110111 1101 11111 100011

Color Harmonies of #74493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74493D

Black with #74493D

Text Example


Text Example

White with #74493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74493D; }

 p { color: rgb(116,73,61); }

 H1.HeaderClassName
 {
   color: #74493D;
 }
 .AnyTagClassName
 {
   color: #74493D;
 }
</style>

background-color css

<style>
 a { background-color: #74493D; }

 a { background-color: rgb(116,73,61); }

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

border-color css

<style>
 span { border-color: #74493D; }

 span { border-color: rgb(116,73,61); }

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