Html Css Color HEX #425323 Bronzetone

📋 copy color: '#425323'

red 66 ◦ green 83 ◦ blue 35

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

Shades of Bronzetone #425323

Tints of Bronzetone #425323

RGB

 RED value IS 66 (26.17% from 255) = 35.87%

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 35.87%
G = 45.11%
B = 19.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#425323 (or 0x425323) is known color: Bronzetone. HEX triplet: 42, 53 and 23. RGB value is (66,83,35). Sum of RGB (Red+Green+Blue) = 66+83+35=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #425323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425323 is #BDACDC. Grayscale: #484848. Windows color (decimal): -12430557 or 2315074. OLE color: 2315074.

HSL color Cylindrical-coordinate representation of color #425323: hue angle of 81.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #425323 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 35 -
CMYK 0.20 0 0.58 0.67
HSL 81.25º 0.41% 0.23% -
HSV(B) 81.25º 0.58% 0.33% -
XYZ 5.64 7.47 2.73 -
YUV 72.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 66 83 35 0.20 0 0.58 0.67 81.25 0.41 0.23
Hex 42 53 23 14 0 3A 43 51 29 17
Octal 102 123 43 24 0 72 103 121 51 27
Binary 1000010 1010011 100011 10100 0 111010 1000011 1010001 101001 10111

Color Harmonies of #425323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425323

Black with #425323

Text Example


Text Example

White with #425323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425323; }

 p { color: rgb(66,83,35); }

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

background-color css

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

 a { background-color: rgb(66,83,35); }

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

border-color css

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

 span { border-color: rgb(66,83,35); }

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