Html Css Color HEX #D27A34 Bronze

📋 copy color: '#D27A34'

red 210 ◦ green 122 ◦ blue 52

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

Shades of Bronze #D27A34

Tints of Bronze #D27A34

RGB

 RED value IS 210 (82.42% from 255) = 54.69%

 GREEN value IS 122 (48.05% from 255) = 31.77%

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

R = 54.69%
G = 31.77%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D27A34 (or 0xD27A34) is known color: Bronze. HEX triplet: D2, 7A and 34. RGB value is (210,122,52). Sum of RGB (Red+Green+Blue) = 210+122+52=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A34 is #2D85CB. Grayscale: #8C8C8C. Windows color (decimal): -2983372 or 3439314. OLE color: 3439314.

HSL color Cylindrical-coordinate representation of color #D27A34: hue angle of 26.58º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D27A34 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 52 -
CMYK 0 0.42 0.75 0.18
HSL 26.58º 0.64% 0.51% -
HSV(B) 26.58º 0.75% 0.82% -
XYZ 34.16 27.87 6.83 -
YUV 140.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 210 122 52 0 0.42 0.75 0.18 26.58 0.64 0.51
Hex D2 7A 34 0 2A 4B 12 1B 40 33
Octal 322 172 64 0 52 113 22 33 100 63
Binary 11010010 1111010 110100 0 101010 1001011 10010 11011 1000000 110011

Color Harmonies of #D27A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A34

Black with #D27A34

Text Example


Text Example

White with #D27A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A34; }

 p { color: rgb(210,122,52); }

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

background-color css

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

 a { background-color: rgb(210,122,52); }

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

border-color css

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

 span { border-color: rgb(210,122,52); }

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