Html Css Color HEX #CE7A34 Bronze

📋 copy color: '#CE7A34'

red 206 ◦ green 122 ◦ blue 52

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

Shades of Bronze #CE7A34

Tints of Bronze #CE7A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 54.21%
G = 32.11%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE7A34 (or 0xCE7A34) is known color: Bronze. HEX triplet: CE, 7A and 34. RGB value is (206,122,52). Sum of RGB (Red+Green+Blue) = 206+122+52=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A34 is #3185CB. Grayscale: #8B8B8B. Windows color (decimal): -3245516 or 3439310. OLE color: 3439310.

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

Color convert

RGB 206 122 52 -
CMYK 0 0.41 0.75 0.19
HSL 27.27º 0.61% 0.51% -
HSV(B) 27.27º 0.75% 0.81% -
XYZ 33.03 27.29 6.78 -
YUV 139.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 206 122 52 0 0.41 0.75 0.19 27.27 0.61 0.51
Hex CE 7A 34 0 29 4B 13 1B 3D 33
Octal 316 172 64 0 51 113 23 33 75 63
Binary 11001110 1111010 110100 0 101001 1001011 10011 11011 111101 110011

Color Harmonies of #CE7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A34

Black with #CE7A34

Text Example


Text Example

White with #CE7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A34; }

 p { color: rgb(206,122,52); }

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

background-color css

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

 a { background-color: rgb(206,122,52); }

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

border-color css

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

 span { border-color: rgb(206,122,52); }

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