Html Css Color HEX #445023 Bronzetone

📋 copy color: '#445023'

red 68 ◦ green 80 ◦ blue 35

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

Shades of Bronzetone #445023

Tints of Bronzetone #445023

RGB

 RED value IS 68 (26.95% from 255) = 37.16%

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

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

R = 37.16%
G = 43.72%
B = 19.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#445023 (or 0x445023) is known color: Bronzetone. HEX triplet: 44, 50 and 23. RGB value is (68,80,35). Sum of RGB (Red+Green+Blue) = 68+80+35=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #445023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445023 is #BBAFDC. Grayscale: #474747. Windows color (decimal): -12300253 or 2314308. OLE color: 2314308.

HSL color Cylindrical-coordinate representation of color #445023: hue angle of 76º 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 #445023 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 35 -
CMYK 0.15 0 0.56 0.69
HSL 76º 0.39% 0.23% -
HSV(B) 76º 0.56% 0.31% -
XYZ 5.56 7.09 2.67 -
YUV 71.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 68 80 35 0.15 0 0.56 0.69 76 0.39 0.23
Hex 44 50 23 F 0 38 45 4C 27 17
Octal 104 120 43 17 0 70 105 114 47 27
Binary 1000100 1010000 100011 1111 0 111000 1000101 1001100 100111 10111

Color Harmonies of #445023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445023

Black with #445023

Text Example


Text Example

White with #445023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445023; }

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

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

background-color css

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

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

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

border-color css

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

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

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