Html Css Color HEX #D7812D Bronze

📋 copy color: '#D7812D'

red 215 ◦ green 129 ◦ blue 45

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

Shades of Bronze #D7812D

Tints of Bronze #D7812D

RGB

 RED value IS 215 (84.38% from 255) = 55.27%

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 45 (17.97% from 255) = 11.57%

R = 55.27%
G = 33.16%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7812D (or 0xD7812D) is known color: Bronze. HEX triplet: D7, 81 and 2D. RGB value is (215,129,45). Sum of RGB (Red+Green+Blue) = 215+129+45=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D7812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7812D is #287ED2. Grayscale: #919191. Windows color (decimal): -2653907 or 2982359. OLE color: 2982359.

HSL color Cylindrical-coordinate representation of color #D7812D: hue angle of 29.65º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7812D is Cyan = 0, Magento = 0.4, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 45 -
CMYK 0 0.4 0.79 0.16
HSL 29.65º 0.68% 0.51% -
HSV(B) 29.65º 0.79% 0.84% -
XYZ 36.35 30.34 6.42 -
YUV 145.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 215 129 45 0 0.4 0.79 0.16 29.65 0.68 0.51
Hex D7 81 2D 0 28 4F 10 1E 44 33
Octal 327 201 55 0 50 117 20 36 104 63
Binary 11010111 10000001 101101 0 101000 1001111 10000 11110 1000100 110011

Color Harmonies of #D7812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7812D

Black with #D7812D

Text Example


Text Example

White with #D7812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7812D; }

 p { color: rgb(215,129,45); }

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

background-color css

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

 a { background-color: rgb(215,129,45); }

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

border-color css

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

 span { border-color: rgb(215,129,45); }

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