Html Css Color HEX #554534 Deep Bronze

📋 copy color: '#554534'

red 85 ◦ green 69 ◦ blue 52

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

Shades of Deep Bronze #554534

Tints of Deep Bronze #554534

RGB

 RED value IS 85 (33.59% from 255) = 41.26%

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 41.26%
G = 33.5%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#554534 (or 0x554534) is known color: Deep Bronze. HEX triplet: 55, 45 and 34. RGB value is (85,69,52). Sum of RGB (Red+Green+Blue) = 85+69+52=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554534 is #AABACB. Grayscale: #474747. Windows color (decimal): -11188940 or 3425621. OLE color: 3425621.

HSL color Cylindrical-coordinate representation of color #554534: hue angle of 30.91º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554534 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 52 -
CMYK 0 0.19 0.39 0.67
HSL 30.91º 0.24% 0.27% -
HSV(B) 30.91º 0.39% 0.33% -
XYZ 6.49 6.44 4.15 -
YUV 71.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 85 69 52 0 0.19 0.39 0.67 30.91 0.24 0.27
Hex 55 45 34 0 13 27 43 1F 18 1B
Octal 125 105 64 0 23 47 103 37 30 33
Binary 1010101 1000101 110100 0 10011 100111 1000011 11111 11000 11011

Color Harmonies of #554534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554534

Black with #554534

Text Example


Text Example

White with #554534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554534; }

 p { color: rgb(85,69,52); }

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

background-color css

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

 a { background-color: rgb(85,69,52); }

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

border-color css

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

 span { border-color: rgb(85,69,52); }

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