Html Css Color HEX #CB7A2E Bronze

📋 copy color: '#CB7A2E'

red 203 ◦ green 122 ◦ blue 46

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

Shades of Bronze #CB7A2E

Tints of Bronze #CB7A2E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 54.72%
G = 32.88%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB7A2E (or 0xCB7A2E) is known color: Bronze. HEX triplet: CB, 7A and 2E. RGB value is (203,122,46). Sum of RGB (Red+Green+Blue) = 203+122+46=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A2E is #3485D1. Grayscale: #898989. Windows color (decimal): -3442130 or 3046091. OLE color: 3046091.

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

Color convert

RGB 203 122 46 -
CMYK 0 0.40 0.77 0.20
HSL 29.04º 0.63% 0.49% -
HSV(B) 29.04º 0.77% 0.8% -
XYZ 32.08 26.81 6.07 -
YUV 137.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 203 122 46 0 0.40 0.77 0.20 29.04 0.63 0.49
Hex CB 7A 2E 0 28 4D 14 1D 3F 31
Octal 313 172 56 0 50 115 24 35 77 61
Binary 11001011 1111010 101110 0 101000 1001101 10100 11101 111111 110001

Color Harmonies of #CB7A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A2E

Black with #CB7A2E

Text Example


Text Example

White with #CB7A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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