Html Css Color HEX #CE7736 Bronze

📋 copy color: '#CE7736'

red 206 ◦ green 119 ◦ blue 54

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

Shades of Bronze #CE7736

Tints of Bronze #CE7736

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 54.35%
G = 31.4%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE7736 (or 0xCE7736) is known color: Bronze. HEX triplet: CE, 77 and 36. RGB value is (206,119,54). Sum of RGB (Red+Green+Blue) = 206+119+54=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7736 is #3188C9. Grayscale: #898989. Windows color (decimal): -3246282 or 3569614. OLE color: 3569614.

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

Color convert

RGB 206 119 54 -
CMYK 0 0.42 0.74 0.19
HSL 25.66º 0.61% 0.51% -
HSV(B) 25.66º 0.74% 0.81% -
XYZ 32.72 26.58 6.9 -
YUV 137.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 206 119 54 0 0.42 0.74 0.19 25.66 0.61 0.51
Hex CE 77 36 0 2A 4A 13 1A 3D 33
Octal 316 167 66 0 52 112 23 32 75 63
Binary 11001110 1110111 110110 0 101010 1001010 10011 11010 111101 110011

Color Harmonies of #CE7736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7736

Black with #CE7736

Text Example


Text Example

White with #CE7736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7736; }

 p { color: rgb(206,119,54); }

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

background-color css

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

 a { background-color: rgb(206,119,54); }

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

border-color css

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

 span { border-color: rgb(206,119,54); }

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