Html Css Color HEX #CB7F2B Bronze

📋 copy color: '#CB7F2B'

red 203 ◦ green 127 ◦ blue 43

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

Shades of Bronze #CB7F2B

Tints of Bronze #CB7F2B

RGB

 RED value IS 203 (79.69% from 255) = 54.42%

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 43 (17.19% from 255) = 11.53%

R = 54.42%
G = 34.05%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB7F2B (or 0xCB7F2B) is known color: Bronze. HEX triplet: CB, 7F and 2B. RGB value is (203,127,43). Sum of RGB (Red+Green+Blue) = 203+127+43=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F2B is #3480D4. Grayscale: #8C8C8C. Windows color (decimal): -3440853 or 2850763. OLE color: 2850763.

HSL color Cylindrical-coordinate representation of color #CB7F2B: hue angle of 31.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB7F2B is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 43 -
CMYK 0 0.37 0.79 0.20
HSL 31.5º 0.65% 0.48% -
HSV(B) 31.5º 0.79% 0.8% -
XYZ 32.65 28.05 5.98 -
YUV 140.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 203 127 43 0 0.37 0.79 0.20 31.5 0.65 0.48
Hex CB 7F 2B 0 25 4F 14 1F 41 30
Octal 313 177 53 0 45 117 24 37 101 60
Binary 11001011 1111111 101011 0 100101 1001111 10100 11111 1000001 110000

Color Harmonies of #CB7F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F2B

Black with #CB7F2B

Text Example


Text Example

White with #CB7F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F2B; }

 p { color: rgb(203,127,43); }

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

background-color css

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

 a { background-color: rgb(203,127,43); }

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

border-color css

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

 span { border-color: rgb(203,127,43); }

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