Html Css Color HEX #74443D Bole

📋 copy color: '#74443D'

red 116 ◦ green 68 ◦ blue 61

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

Shades of Bole #74443D

Tints of Bole #74443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 47.35%
G = 27.76%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74443D (or 0x74443D) is known color: Bole. HEX triplet: 74, 44 and 3D. RGB value is (116,68,61). Sum of RGB (Red+Green+Blue) = 116+68+61=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74443D is #8BBBC2. Grayscale: #515151. Windows color (decimal): -9157571 or 4015220. OLE color: 4015220.

HSL color Cylindrical-coordinate representation of color #74443D: hue angle of 7.64º 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 #74443D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 61 -
CMYK 0 0.41 0.47 0.55
HSL 7.64º 0.31% 0.35% -
HSV(B) 7.64º 0.47% 0.45% -
XYZ 10.11 8.18 5.46 -
YUV 81.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 116 68 61 0 0.41 0.47 0.55 7.64 0.31 0.35
Hex 74 44 3D 0 29 2F 37 8 1F 23
Octal 164 104 75 0 51 57 67 10 37 43
Binary 1110100 1000100 111101 0 101001 101111 110111 1000 11111 100011

Color Harmonies of #74443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74443D

Black with #74443D

Text Example


Text Example

White with #74443D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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