Html Css Color HEX #CB7730 Bronze

📋 copy color: '#CB7730'

red 203 ◦ green 119 ◦ blue 48

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

Shades of Bronze #CB7730

Tints of Bronze #CB7730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

 BLUE value IS 48 (19.14% from 255) = 12.97%

R = 54.86%
G = 32.16%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7730 (or 0xCB7730) is known color: Bronze. HEX triplet: CB, 77 and 30. RGB value is (203,119,48). Sum of RGB (Red+Green+Blue) = 203+119+48=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7730 is #3488CF. Grayscale: #888888. Windows color (decimal): -3442896 or 3176395. OLE color: 3176395.

HSL color Cylindrical-coordinate representation of color #CB7730: hue angle of 27.48º degrees, saturation: 0.62, 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 #CB7730 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 48 -
CMYK 0 0.41 0.76 0.20
HSL 27.48º 0.62% 0.49% -
HSV(B) 27.48º 0.76% 0.8% -
XYZ 31.76 26.1 6.16 -
YUV 136.02 78.33 175.77 -
System Red Green Blue C M Y K H S L
Decimal 203 119 48 0 0.41 0.76 0.20 27.48 0.62 0.49
Hex CB 77 30 0 29 4C 14 1B 3E 31
Octal 313 167 60 0 51 114 24 33 76 61
Binary 11001011 1110111 110000 0 101001 1001100 10100 11011 111110 110001

Color Harmonies of #CB7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7730

Black with #CB7730

Text Example


Text Example

White with #CB7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7730; }

 p { color: rgb(203,119,48); }

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

background-color css

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

 a { background-color: rgb(203,119,48); }

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

border-color css

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

 span { border-color: rgb(203,119,48); }

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