Html Css Color HEX #CA7B31 Bronze

📋 copy color: '#CA7B31'

red 202 ◦ green 123 ◦ blue 49

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

Shades of Bronze #CA7B31

Tints of Bronze #CA7B31

RGB

 RED value IS 202 (79.3% from 255) = 54.01%

 GREEN value IS 123 (48.44% from 255) = 32.89%

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

R = 54.01%
G = 32.89%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA7B31 (or 0xCA7B31) is known color: Bronze. HEX triplet: CA, 7B and 31. RGB value is (202,123,49). Sum of RGB (Red+Green+Blue) = 202+123+49=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B31 is #3584CE. Grayscale: #8A8A8A. Windows color (decimal): -3507407 or 3242954. OLE color: 3242954.

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

Color convert

RGB 202 123 49 -
CMYK 0 0.39 0.76 0.21
HSL 29.02º 0.61% 0.49% -
HSV(B) 29.02º 0.76% 0.79% -
XYZ 31.99 26.94 6.42 -
YUV 138.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 202 123 49 0 0.39 0.76 0.21 29.02 0.61 0.49
Hex CA 7B 31 0 27 4C 15 1D 3D 31
Octal 312 173 61 0 47 114 25 35 75 61
Binary 11001010 1111011 110001 0 100111 1001100 10101 11101 111101 110001

Color Harmonies of #CA7B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B31

Black with #CA7B31

Text Example


Text Example

White with #CA7B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B31; }

 p { color: rgb(202,123,49); }

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

background-color css

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

 a { background-color: rgb(202,123,49); }

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

border-color css

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

 span { border-color: rgb(202,123,49); }

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