Html Css Color HEX #D27A38 Bronze

📋 copy color: '#D27A38'

red 210 ◦ green 122 ◦ blue 56

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

Shades of Bronze #D27A38

Tints of Bronze #D27A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.43%

R = 54.12%
G = 31.44%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D27A38 (or 0xD27A38) is known color: Bronze. HEX triplet: D2, 7A and 38. RGB value is (210,122,56). Sum of RGB (Red+Green+Blue) = 210+122+56=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A38 is #2D85C7. Grayscale: #8D8D8D. Windows color (decimal): -2983368 or 3701458. OLE color: 3701458.

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

Color convert

RGB 210 122 56 -
CMYK 0 0.42 0.73 0.18
HSL 25.71º 0.63% 0.52% -
HSV(B) 25.71º 0.73% 0.82% -
XYZ 34.25 27.91 7.32 -
YUV 140.79 80.15 177.37 -
System Red Green Blue C M Y K H S L
Decimal 210 122 56 0 0.42 0.73 0.18 25.71 0.63 0.52
Hex D2 7A 38 0 2A 49 12 1A 3F 34
Octal 322 172 70 0 52 111 22 32 77 64
Binary 11010010 1111010 111000 0 101010 1001001 10010 11010 111111 110100

Color Harmonies of #D27A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A38

Black with #D27A38

Text Example


Text Example

White with #D27A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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