Html Css Color HEX #404B23 Bronzetone

📋 copy color: '#404B23'

red 64 ◦ green 75 ◦ blue 35

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

Shades of Bronzetone #404B23

Tints of Bronzetone #404B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.11%

R = 36.78%
G = 43.1%
B = 20.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#404B23 (or 0x404B23) is known color: Bronzetone. HEX triplet: 40, 4B and 23. RGB value is (64,75,35). Sum of RGB (Red+Green+Blue) = 64+75+35=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #404B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B23 is #BFB4DC. Grayscale: #434343. Windows color (decimal): -12563677 or 2313024. OLE color: 2313024.

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

Color convert

RGB 64 75 35 -
CMYK 0.15 0 0.53 0.71
HSL 76.5º 0.36% 0.22% -
HSV(B) 76.5º 0.53% 0.29% -
XYZ 4.93 6.24 2.54 -
YUV 67.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 64 75 35 0.15 0 0.53 0.71 76.5 0.36 0.22
Hex 40 4B 23 F 0 35 47 4C 24 16
Octal 100 113 43 17 0 65 107 114 44 26
Binary 1000000 1001011 100011 1111 0 110101 1000111 1001100 100100 10110

Color Harmonies of #404B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B23

Black with #404B23

Text Example


Text Example

White with #404B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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