Html Css Color HEX #CA7734 Bronze

📋 copy color: '#CA7734'

red 202 ◦ green 119 ◦ blue 52

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

Shades of Bronze #CA7734

Tints of Bronze #CA7734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 54.16%
G = 31.9%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA7734 (or 0xCA7734) is known color: Bronze. HEX triplet: CA, 77 and 34. RGB value is (202,119,52). Sum of RGB (Red+Green+Blue) = 202+119+52=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7734 is #3588CB. Grayscale: #888888. Windows color (decimal): -3508428 or 3438538. OLE color: 3438538.

HSL color Cylindrical-coordinate representation of color #CA7734: hue angle of 26.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA7734 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 119 52 -
CMYK 0 0.41 0.74 0.21
HSL 26.8º 0.59% 0.5% -
HSV(B) 26.8º 0.74% 0.79% -
XYZ 31.57 26 6.6 -
YUV 136.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 202 119 52 0 0.41 0.74 0.21 26.8 0.59 0.5
Hex CA 77 34 0 29 4A 15 1B 3B 32
Octal 312 167 64 0 51 112 25 33 73 62
Binary 11001010 1110111 110100 0 101001 1001010 10101 11011 111011 110010

Color Harmonies of #CA7734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7734

Black with #CA7734

Text Example


Text Example

White with #CA7734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7734; }

 p { color: rgb(202,119,52); }

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

background-color css

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

 a { background-color: rgb(202,119,52); }

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

border-color css

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

 span { border-color: rgb(202,119,52); }

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