Html Css Color HEX #414529 Scrub

📋 copy color: '#414529'

red 65 ◦ green 69 ◦ blue 41

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

Shades of Scrub #414529

Tints of Scrub #414529

RGB

 RED value IS 65 (25.78% from 255) = 37.14%

 GREEN value IS 69 (27.34% from 255) = 39.43%

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 37.14%
G = 39.43%
B = 23.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#414529 (or 0x414529) is known color: Scrub. HEX triplet: 41, 45 and 29. RGB value is (65,69,41). Sum of RGB (Red+Green+Blue) = 65+69+41=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #414529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414529 is #BEBAD6. Grayscale: #404040. Windows color (decimal): -12499671 or 2704705. OLE color: 2704705.

HSL color Cylindrical-coordinate representation of color #414529: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #414529 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 41 -
CMYK 0.06 0 0.41 0.73
HSL 68.57º 0.25% 0.22% -
HSV(B) 68.57º 0.41% 0.27% -
XYZ 4.71 5.54 2.92 -
YUV 64.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 65 69 41 0.06 0 0.41 0.73 68.57 0.25 0.22
Hex 41 45 29 6 0 29 49 45 19 16
Octal 101 105 51 6 0 51 111 105 31 26
Binary 1000001 1000101 101001 110 0 101001 1001001 1000101 11001 10110

Color Harmonies of #414529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414529

Black with #414529

Text Example


Text Example

White with #414529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414529; }

 p { color: rgb(65,69,41); }

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

background-color css

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

 a { background-color: rgb(65,69,41); }

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

border-color css

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

 span { border-color: rgb(65,69,41); }

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