Html Css Color HEX #CB7E2E Bronze

📋 copy color: '#CB7E2E'

red 203 ◦ green 126 ◦ blue 46

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

Shades of Bronze #CB7E2E

Tints of Bronze #CB7E2E

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 value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB7E2E (or 0xCB7E2E) is known color: 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

RGB 203 126 46 -
CMYK 0 0.38 0.77 0.20
HSL 30.57º 0.63% 0.49% -
HSV(B) 30.57º 0.77% 0.8% -
XYZ 32.58 27.82 6.24 -
YUV 139.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 203 126 46 0 0.38 0.77 0.20 30.57 0.63 0.49
Hex CB 7E 2E 0 26 4D 14 1F 3F 31
Octal 313 176 56 0 46 115 24 37 77 61
Binary 11001011 1111110 101110 0 100110 1001101 10100 11111 111111 110001

Color Harmonies of #CB7E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E2E

Black with #CB7E2E

Text Example


Text Example

White with #CB7E2E

Text Example


Text Example

HTML Codes & Css Web 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>