Html Css Color HEX #CB7E29 Bronze

📋 copy color: '#CB7E29'

red 203 ◦ green 126 ◦ blue 41

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

Shades of Bronze #CB7E29

Tints of Bronze #CB7E29

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

 BLUE value IS 41 (16.41% from 255) = 11.08%

R = 54.86%
G = 34.05%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7E29 (or 0xCB7E29) is known color: Bronze. HEX triplet: CB, 7E and 29. RGB value is (203,126,41). Sum of RGB (Red+Green+Blue) = 203+126+41=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7E29 is #3481D6. Grayscale: #8B8B8B. Windows color (decimal): -3441111 or 2719435. OLE color: 2719435.

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

Color convert

RGB 203 126 41 -
CMYK 0 0.38 0.80 0.20
HSL 31.48º 0.66% 0.48% -
HSV(B) 31.48º 0.8% 0.8% -
XYZ 32.49 27.78 5.75 -
YUV 139.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 203 126 41 0 0.38 0.80 0.20 31.48 0.66 0.48
Hex CB 7E 29 0 26 50 14 1F 42 30
Octal 313 176 51 0 46 120 24 37 102 60
Binary 11001011 1111110 101001 0 100110 1010000 10100 11111 1000010 110000

Color Harmonies of #CB7E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E29

Black with #CB7E29

Text Example


Text Example

White with #CB7E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E29; }

 p { color: rgb(203,126,41); }

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

background-color css

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

 a { background-color: rgb(203,126,41); }

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

border-color css

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

 span { border-color: rgb(203,126,41); }

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