Html Css Color HEX #CF772E Bronze

📋 copy color: '#CF772E'

red 207 ◦ green 119 ◦ blue 46

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

Shades of Bronze #CF772E

Tints of Bronze #CF772E

RGB

 RED value IS 207 (81.25% from 255) = 55.65%

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

 BLUE value IS 46 (18.36% from 255) = 12.37%

R = 55.65%
G = 31.99%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF772E (or 0xCF772E) is known color: Bronze. HEX triplet: CF, 77 and 2E. RGB value is (207,119,46). Sum of RGB (Red+Green+Blue) = 207+119+46=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF772E is #3088D1. Grayscale: #898989. Windows color (decimal): -3180754 or 3045327. OLE color: 3045327.

HSL color Cylindrical-coordinate representation of color #CF772E: hue angle of 27.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF772E is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 46 -
CMYK 0 0.43 0.78 0.19
HSL 27.2º 0.64% 0.5% -
HSV(B) 27.2º 0.78% 0.81% -
XYZ 32.82 26.66 6 -
YUV 136.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 207 119 46 0 0.43 0.78 0.19 27.2 0.64 0.5
Hex CF 77 2E 0 2B 4E 13 1B 40 32
Octal 317 167 56 0 53 116 23 33 100 62
Binary 11001111 1110111 101110 0 101011 1001110 10011 11011 1000000 110010

Color Harmonies of #CF772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF772E

Black with #CF772E

Text Example


Text Example

White with #CF772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF772E; }

 p { color: rgb(207,119,46); }

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

background-color css

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

 a { background-color: rgb(207,119,46); }

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

border-color css

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

 span { border-color: rgb(207,119,46); }

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