Html Css Color HEX #405023 Bronzetone

📋 copy color: '#405023'

red 64 ◦ green 80 ◦ blue 35

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

Shades of Bronzetone #405023

Tints of Bronzetone #405023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

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

R = 35.75%
G = 44.69%
B = 19.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#405023 (or 0x405023) is known color: Bronzetone. HEX triplet: 40, 50 and 23. RGB value is (64,80,35). Sum of RGB (Red+Green+Blue) = 64+80+35=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #405023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405023 is #BFAFDC. Grayscale: #464646. Windows color (decimal): -12562397 or 2314304. OLE color: 2314304.

HSL color Cylindrical-coordinate representation of color #405023: hue angle of 81.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405023 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 35 -
CMYK 0.20 0 0.56 0.69
HSL 81.33º 0.39% 0.23% -
HSV(B) 81.33º 0.56% 0.31% -
XYZ 5.29 6.95 2.65 -
YUV 70.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 64 80 35 0.20 0 0.56 0.69 81.33 0.39 0.23
Hex 40 50 23 14 0 38 45 51 27 17
Octal 100 120 43 24 0 70 105 121 47 27
Binary 1000000 1010000 100011 10100 0 111000 1000101 1010001 100111 10111

Color Harmonies of #405023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405023

Black with #405023

Text Example


Text Example

White with #405023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405023; }

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

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

background-color css

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

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

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

border-color css

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

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

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