Html Css Color HEX #CE7831 Bronze

📋 copy color: '#CE7831'

red 206 ◦ green 120 ◦ blue 49

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

Shades of Bronze #CE7831

Tints of Bronze #CE7831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 54.93%
G = 32%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE7831 (or 0xCE7831) is known color: Bronze. HEX triplet: CE, 78 and 31. RGB value is (206,120,49). Sum of RGB (Red+Green+Blue) = 206+120+49=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7831 is #3187CE. Grayscale: #898989. Windows color (decimal): -3246031 or 3242190. OLE color: 3242190.

HSL color Cylindrical-coordinate representation of color #CE7831: hue angle of 27.13º 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 #CE7831 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 49 -
CMYK 0 0.42 0.76 0.19
HSL 27.13º 0.62% 0.5% -
HSV(B) 27.13º 0.76% 0.81% -
XYZ 32.72 26.78 6.35 -
YUV 137.62 77.99 176.77 -
System Red Green Blue C M Y K H S L
Decimal 206 120 49 0 0.42 0.76 0.19 27.13 0.62 0.5
Hex CE 78 31 0 2A 4C 13 1B 3E 32
Octal 316 170 61 0 52 114 23 33 76 62
Binary 11001110 1111000 110001 0 101010 1001100 10011 11011 111110 110010

Color Harmonies of #CE7831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7831

Black with #CE7831

Text Example


Text Example

White with #CE7831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7831; }

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

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

background-color css

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

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

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

border-color css

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

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

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