Html Css Color HEX #574328 Deep Bronze

📋 copy color: '#574328'

red 87 ◦ green 67 ◦ blue 40

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

Shades of Deep Bronze #574328

Tints of Deep Bronze #574328

RGB

 RED value IS 87 (34.38% from 255) = 44.85%

 GREEN value IS 67 (26.56% from 255) = 34.54%

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 44.85%
G = 34.54%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574328 (or 0x574328) is known color: Deep Bronze. HEX triplet: 57, 43 and 28. RGB value is (87,67,40). Sum of RGB (Red+Green+Blue) = 87+67+40=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #574328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574328 is #A8BCD7. Grayscale: #464646. Windows color (decimal): -11058392 or 2638679. OLE color: 2638679.

HSL color Cylindrical-coordinate representation of color #574328: hue angle of 34.47º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574328 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 67 40 -
CMYK 0 0.23 0.54 0.66
HSL 34.47º 0.37% 0.25% -
HSV(B) 34.47º 0.54% 0.34% -
XYZ 6.32 6.19 2.87 -
YUV 69.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 87 67 40 0 0.23 0.54 0.66 34.47 0.37 0.25
Hex 57 43 28 0 17 36 42 22 25 19
Octal 127 103 50 0 27 66 102 42 45 31
Binary 1010111 1000011 101000 0 10111 110110 1000010 100010 100101 11001

Color Harmonies of #574328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574328

Black with #574328

Text Example


Text Example

White with #574328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574328; }

 p { color: rgb(87,67,40); }

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

background-color css

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

 a { background-color: rgb(87,67,40); }

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

border-color css

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

 span { border-color: rgb(87,67,40); }

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