Html Css Color HEX #425320 Bronzetone

📋 copy color: '#425320'

red 66 ◦ green 83 ◦ blue 32

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

Shades of Bronzetone #425320

Tints of Bronzetone #425320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 36.46%
G = 45.86%
B = 17.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#425320 (or 0x425320) is known color: Bronzetone. HEX triplet: 42, 53 and 20. RGB value is (66,83,32). Sum of RGB (Red+Green+Blue) = 66+83+32=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #425320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425320 is #BDACDF. Grayscale: #484848. Windows color (decimal): -12430560 or 2118466. OLE color: 2118466.

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

Color convert

RGB 66 83 32 -
CMYK 0.20 0 0.61 0.67
HSL 80º 0.44% 0.23% -
HSV(B) 80º 0.61% 0.33% -
XYZ 5.6 7.45 2.51 -
YUV 72.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 66 83 32 0.20 0 0.61 0.67 80 0.44 0.23
Hex 42 53 20 14 0 3D 43 50 2C 17
Octal 102 123 40 24 0 75 103 120 54 27
Binary 1000010 1010011 100000 10100 0 111101 1000011 1010000 101100 10111

Color Harmonies of #425320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425320

Black with #425320

Text Example


Text Example

White with #425320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425320; }

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

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

background-color css

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

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

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

border-color css

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

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

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