Html Css Color HEX #CE7931 Bronze

📋 copy color: '#CE7931'

red 206 ◦ green 121 ◦ blue 49

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

Shades of Bronze #CE7931

Tints of Bronze #CE7931

RGB

 RED value IS 206 (80.86% from 255) = 54.79%

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 49 (19.53% from 255) = 13.03%

R = 54.79%
G = 32.18%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE7931 (or 0xCE7931) is known color: Bronze. HEX triplet: CE, 79 and 31. RGB value is (206,121,49). Sum of RGB (Red+Green+Blue) = 206+121+49=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7931 is #3186CE. Grayscale: #8A8A8A. Windows color (decimal): -3245775 or 3242446. OLE color: 3242446.

HSL color Cylindrical-coordinate representation of color #CE7931: hue angle of 27.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE7931 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 49 -
CMYK 0 0.41 0.76 0.19
HSL 27.52º 0.62% 0.5% -
HSV(B) 27.52º 0.76% 0.81% -
XYZ 32.85 27.02 6.39 -
YUV 138.21 77.66 176.35 -
System Red Green Blue C M Y K H S L
Decimal 206 121 49 0 0.41 0.76 0.19 27.52 0.62 0.5
Hex CE 79 31 0 29 4C 13 1C 3E 32
Octal 316 171 61 0 51 114 23 34 76 62
Binary 11001110 1111001 110001 0 101001 1001100 10011 11100 111110 110010

Color Harmonies of #CE7931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7931

Black with #CE7931

Text Example


Text Example

White with #CE7931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7931; }

 p { color: rgb(206,121,49); }

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

background-color css

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

 a { background-color: rgb(206,121,49); }

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

border-color css

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

 span { border-color: rgb(206,121,49); }

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