Html Css Color HEX #CB7A2F Bronze

📋 copy color: '#CB7A2F'

red 203 ◦ green 122 ◦ blue 47

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

Shades of Bronze #CB7A2F

Tints of Bronze #CB7A2F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 54.57%
G = 32.8%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB7A2F (or 0xCB7A2F) is known color: Bronze. HEX triplet: CB, 7A and 2F. RGB value is (203,122,47). Sum of RGB (Red+Green+Blue) = 203+122+47=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A2F is #3485D0. Grayscale: #8A8A8A. Windows color (decimal): -3442129 or 3111627. OLE color: 3111627.

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

Color convert

RGB 203 122 47 -
CMYK 0 0.40 0.77 0.20
HSL 28.85º 0.62% 0.49% -
HSV(B) 28.85º 0.77% 0.8% -
XYZ 32.1 26.82 6.17 -
YUV 137.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 203 122 47 0 0.40 0.77 0.20 28.85 0.62 0.49
Hex CB 7A 2F 0 28 4D 14 1D 3E 31
Octal 313 172 57 0 50 115 24 35 76 61
Binary 11001011 1111010 101111 0 101000 1001101 10100 11101 111110 110001

Color Harmonies of #CB7A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A2F

Black with #CB7A2F

Text Example


Text Example

White with #CB7A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A2F; }

 p { color: rgb(203,122,47); }

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

background-color css

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

 a { background-color: rgb(203,122,47); }

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

border-color css

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

 span { border-color: rgb(203,122,47); }

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