Html Css Color HEX #CD762E Bronze

📋 copy color: '#CD762E'

red 205 ◦ green 118 ◦ blue 46

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

Shades of Bronze #CD762E

Tints of Bronze #CD762E

RGB

 RED value IS 205 (80.47% from 255) = 55.56%

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 55.56%
G = 31.98%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD762E (or 0xCD762E) is known color: Bronze. HEX triplet: CD, 76 and 2E. RGB value is (205,118,46). Sum of RGB (Red+Green+Blue) = 205+118+46=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD762E is #3289D1. Grayscale: #888888. Windows color (decimal): -3312082 or 3045069. OLE color: 3045069.

HSL color Cylindrical-coordinate representation of color #CD762E: hue angle of 27.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD762E is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 46 -
CMYK 0 0.42 0.78 0.20
HSL 27.17º 0.63% 0.49% -
HSV(B) 27.17º 0.78% 0.8% -
XYZ 32.15 26.13 5.93 -
YUV 135.81 77.32 177.35 -
System Red Green Blue C M Y K H S L
Decimal 205 118 46 0 0.42 0.78 0.20 27.17 0.63 0.49
Hex CD 76 2E 0 2A 4E 14 1B 3F 31
Octal 315 166 56 0 52 116 24 33 77 61
Binary 11001101 1110110 101110 0 101010 1001110 10100 11011 111111 110001

Color Harmonies of #CD762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD762E

Black with #CD762E

Text Example


Text Example

White with #CD762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD762E; }

 p { color: rgb(205,118,46); }

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

background-color css

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

 a { background-color: rgb(205,118,46); }

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

border-color css

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

 span { border-color: rgb(205,118,46); }

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