Html Css Color HEX #404B2A Bronzetone

📋 copy color: '#404B2A'

red 64 ◦ green 75 ◦ blue 42

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

Shades of Bronzetone #404B2A

Tints of Bronzetone #404B2A

RGB

 RED value IS 64 (25.39% from 255) = 35.36%

 GREEN value IS 75 (29.69% from 255) = 41.44%

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 35.36%
G = 41.44%
B = 23.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#404B2A (or 0x404B2A) is known color: Bronzetone. HEX triplet: 40, 4B and 2A. RGB value is (64,75,42). Sum of RGB (Red+Green+Blue) = 64+75+42=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #404B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B2A is #BFB4D5. Grayscale: #444444. Windows color (decimal): -12563670 or 2771776. OLE color: 2771776.

HSL color Cylindrical-coordinate representation of color #404B2A: hue angle of 80º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404B2A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 75 42 -
CMYK 0.15 0 0.44 0.71
HSL 80º 0.28% 0.23% -
HSV(B) 80º 0.44% 0.29% -
XYZ 5.05 6.29 3.14 -
YUV 67.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 64 75 42 0.15 0 0.44 0.71 80 0.28 0.23
Hex 40 4B 2A F 0 2C 47 50 1C 17
Octal 100 113 52 17 0 54 107 120 34 27
Binary 1000000 1001011 101010 1111 0 101100 1000111 1010000 11100 10111

Color Harmonies of #404B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B2A

Black with #404B2A

Text Example


Text Example

White with #404B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404B2A; }

 p { color: rgb(64,75,42); }

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

background-color css

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

 a { background-color: rgb(64,75,42); }

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

border-color css

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

 span { border-color: rgb(64,75,42); }

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