Html Css Color HEX #CB7F2E Bronze

📋 copy color: '#CB7F2E'

red 203 ◦ green 127 ◦ blue 46

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

Shades of Bronze #CB7F2E

Tints of Bronze #CB7F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.23%

R = 53.99%
G = 33.78%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB7F2E (or 0xCB7F2E) is known color: Bronze. HEX triplet: CB, 7F and 2E. RGB value is (203,127,46). Sum of RGB (Red+Green+Blue) = 203+127+46=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F2E is #3480D1. Grayscale: #8C8C8C. Windows color (decimal): -3440850 or 3047371. OLE color: 3047371.

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

Color convert

RGB 203 127 46 -
CMYK 0 0.37 0.77 0.20
HSL 30.96º 0.63% 0.49% -
HSV(B) 30.96º 0.77% 0.8% -
XYZ 32.71 28.07 6.28 -
YUV 140.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 203 127 46 0 0.37 0.77 0.20 30.96 0.63 0.49
Hex CB 7F 2E 0 25 4D 14 1F 3F 31
Octal 313 177 56 0 45 115 24 37 77 61
Binary 11001011 1111111 101110 0 100101 1001101 10100 11111 111111 110001

Color Harmonies of #CB7F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F2E

Black with #CB7F2E

Text Example


Text Example

White with #CB7F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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