Html Css Color HEX #CB7C30 Bronze

📋 copy color: '#CB7C30'

red 203 ◦ green 124 ◦ blue 48

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

Shades of Bronze #CB7C30

Tints of Bronze #CB7C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

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

R = 54.13%
G = 33.07%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB7C30 (or 0xCB7C30) is known color: Bronze. HEX triplet: CB, 7C and 30. RGB value is (203,124,48). Sum of RGB (Red+Green+Blue) = 203+124+48=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C30 is #3483CF. Grayscale: #8B8B8B. Windows color (decimal): -3441616 or 3177675. OLE color: 3177675.

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

Color convert

RGB 203 124 48 -
CMYK 0 0.39 0.76 0.20
HSL 29.42º 0.62% 0.49% -
HSV(B) 29.42º 0.76% 0.8% -
XYZ 32.37 27.33 6.36 -
YUV 138.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 203 124 48 0 0.39 0.76 0.20 29.42 0.62 0.49
Hex CB 7C 30 0 27 4C 14 1D 3E 31
Octal 313 174 60 0 47 114 24 35 76 61
Binary 11001011 1111100 110000 0 100111 1001100 10100 11101 111110 110001

Color Harmonies of #CB7C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C30

Black with #CB7C30

Text Example


Text Example

White with #CB7C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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