Html Css Color HEX #74413D Bole

📋 copy color: '#74413D'

red 116 ◦ green 65 ◦ blue 61

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

Shades of Bole #74413D

Tints of Bole #74413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

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

R = 47.93%
G = 26.86%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74413D (or 0x74413D) is known color: Bole. HEX triplet: 74, 41 and 3D. RGB value is (116,65,61). Sum of RGB (Red+Green+Blue) = 116+65+61=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74413D is #8BBEC2. Grayscale: #4F4F4F. Windows color (decimal): -9158339 or 4014452. OLE color: 4014452.

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

Color convert

RGB 116 65 61 -
CMYK 0 0.44 0.47 0.55
HSL 4.36º 0.31% 0.35% -
HSV(B) 4.36º 0.47% 0.45% -
XYZ 9.94 7.83 5.4 -
YUV 79.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 116 65 61 0 0.44 0.47 0.55 4.36 0.31 0.35
Hex 74 41 3D 0 2C 2F 37 4 1F 23
Octal 164 101 75 0 54 57 67 4 37 43
Binary 1110100 1000001 111101 0 101100 101111 110111 100 11111 100011

Color Harmonies of #74413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74413D

Black with #74413D

Text Example


Text Example

White with #74413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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