Html Css Color HEX #CE8234 Bronze

📋 copy color: '#CE8234'

red 206 ◦ green 130 ◦ blue 52

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

Shades of Bronze #CE8234

Tints of Bronze #CE8234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 53.09%
G = 33.51%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE8234 (or 0xCE8234) is known color: Bronze. HEX triplet: CE, 82 and 34. RGB value is (206,130,52). Sum of RGB (Red+Green+Blue) = 206+130+52=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8234 is #317DCB. Grayscale: #909090. Windows color (decimal): -3243468 or 3441358. OLE color: 3441358.

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

Color convert

RGB 206 130 52 -
CMYK 0 0.37 0.75 0.19
HSL 30.39º 0.61% 0.51% -
HSV(B) 30.39º 0.75% 0.81% -
XYZ 34.06 29.34 7.12 -
YUV 143.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 206 130 52 0 0.37 0.75 0.19 30.39 0.61 0.51
Hex CE 82 34 0 25 4B 13 1E 3D 33
Octal 316 202 64 0 45 113 23 36 75 63
Binary 11001110 10000010 110100 0 100101 1001011 10011 11110 111101 110011

Color Harmonies of #CE8234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8234

Black with #CE8234

Text Example


Text Example

White with #CE8234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8234; }

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

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

background-color css

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

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

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

border-color css

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

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

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