#CB7E2E

Color #CB7E2E Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #CB7E2E

Tints of Bronze #CB7E2E

Color information

#CB7E2E (or 0xCB7E2E) is unknown color: approx Bronze. HEX triplet: CB, 7E and 2E. RGB value is (203,126,46). Sum of RGB (Red+Green+Blue) = 203+126+46=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E2E is #3481D1. Grayscale: #8C8C8C. Windows color (decimal): -3441106 or 3047115. OLE color: 3047115.

HSL color Cylindrical-coordinate representation of color #CB7E2E: hue angle of 30.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB7E2E is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20312646-
CMYK00.380.770.20
HSL30.57º63.05%48.82%-
HSV(B)30.57º77.34%79.61%-
XYZ32.5827.826.24-
YUV139.975.01173-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.13%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 46 (18.36% from 255) = 12.27%
R=54.13%
G=33.6%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031264600.380.770.2030.5763.0548.82
HexCB7E2E0264D141f3f31
Octal3131765604611524377761
Binary110010111111110101110010011010011011010011111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E2E; }

 p { color: rgb(203,126,46); }

 H1.HeaderClassName
 {
   color: #CB7E2E;
 }
 .AnyTagClassName
 {
   color: #CB7E2E;
 }
</style>
background-color css

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

 a { background-color: rgb(203,126,46); }

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

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

 span { border-color: rgb(203,126,46); }

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