Html Css Color HEX #CE7734 Bronze

📋 copy color: '#CE7734'

red 206 ◦ green 119 ◦ blue 52

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

Shades of Bronze #CE7734

Tints of Bronze #CE7734

RGB

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

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

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

R = 54.64%
G = 31.56%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE7734 (or 0xCE7734) is known color: Bronze. HEX triplet: CE, 77 and 34. RGB value is (206,119,52). Sum of RGB (Red+Green+Blue) = 206+119+52=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7734 is #3188CB. Grayscale: #898989. Windows color (decimal): -3246284 or 3438542. OLE color: 3438542.

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

Color convert

RGB 206 119 52 -
CMYK 0 0.42 0.75 0.19
HSL 26.1º 0.61% 0.51% -
HSV(B) 26.1º 0.75% 0.81% -
XYZ 32.67 26.56 6.65 -
YUV 137.38 79.82 176.95 -
System Red Green Blue C M Y K H S L
Decimal 206 119 52 0 0.42 0.75 0.19 26.1 0.61 0.51
Hex CE 77 34 0 2A 4B 13 1A 3D 33
Octal 316 167 64 0 52 113 23 32 75 63
Binary 11001110 1110111 110100 0 101010 1001011 10011 11010 111101 110011

Color Harmonies of #CE7734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7734

Black with #CE7734

Text Example


Text Example

White with #CE7734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7734; }

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

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

background-color css

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

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

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

border-color css

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

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

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