Html Css Color HEX #CB7531 Bronze

📋 copy color: '#CB7531'

red 203 ◦ green 117 ◦ blue 49

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

Shades of Bronze #CB7531

Tints of Bronze #CB7531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 55.01%
G = 31.71%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7531 (or 0xCB7531) is known color: Bronze. HEX triplet: CB, 75 and 31. RGB value is (203,117,49). Sum of RGB (Red+Green+Blue) = 203+117+49=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7531 is #348ACE. Grayscale: #878787. Windows color (decimal): -3443407 or 3241419. OLE color: 3241419.

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

Color convert

RGB 203 117 49 -
CMYK 0 0.42 0.76 0.20
HSL 26.49º 0.61% 0.49% -
HSV(B) 26.49º 0.76% 0.8% -
XYZ 31.54 25.64 6.19 -
YUV 134.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 203 117 49 0 0.42 0.76 0.20 26.49 0.61 0.49
Hex CB 75 31 0 2A 4C 14 1A 3D 31
Octal 313 165 61 0 52 114 24 32 75 61
Binary 11001011 1110101 110001 0 101010 1001100 10100 11010 111101 110001

Color Harmonies of #CB7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7531

Black with #CB7531

Text Example


Text Example

White with #CB7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7531; }

 p { color: rgb(203,117,49); }

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

background-color css

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

 a { background-color: rgb(203,117,49); }

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

border-color css

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

 span { border-color: rgb(203,117,49); }

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