Html Css Color HEX #CB7D2D Bronze

📋 copy color: '#CB7D2D'

red 203 ◦ green 125 ◦ blue 45

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

Shades of Bronze #CB7D2D

Tints of Bronze #CB7D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 54.42%
G = 33.51%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB7D2D (or 0xCB7D2D) is known color: Bronze. HEX triplet: CB, 7D and 2D. RGB value is (203,125,45). Sum of RGB (Red+Green+Blue) = 203+125+45=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7D2D is #3482D2. Grayscale: #8B8B8B. Windows color (decimal): -3441363 or 2981323. OLE color: 2981323.

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

Color convert

RGB 203 125 45 -
CMYK 0 0.38 0.78 0.20
HSL 30.38º 0.64% 0.49% -
HSV(B) 30.38º 0.78% 0.8% -
XYZ 32.44 27.55 6.09 -
YUV 139.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 203 125 45 0 0.38 0.78 0.20 30.38 0.64 0.49
Hex CB 7D 2D 0 26 4E 14 1E 40 31
Octal 313 175 55 0 46 116 24 36 100 61
Binary 11001011 1111101 101101 0 100110 1001110 10100 11110 1000000 110001

Color Harmonies of #CB7D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D2D

Black with #CB7D2D

Text Example


Text Example

White with #CB7D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D2D; }

 p { color: rgb(203,125,45); }

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

background-color css

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

 a { background-color: rgb(203,125,45); }

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

border-color css

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

 span { border-color: rgb(203,125,45); }

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