Html Css Color HEX #CF7E38 Bronze

📋 copy color: '#CF7E38'

red 207 ◦ green 126 ◦ blue 56

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

Shades of Bronze #CF7E38

Tints of Bronze #CF7E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.4%

R = 53.21%
G = 32.39%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF7E38 (or 0xCF7E38) is known color: Bronze. HEX triplet: CF, 7E and 38. RGB value is (207,126,56). Sum of RGB (Red+Green+Blue) = 207+126+56=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E38 is #3081C7. Grayscale: #8E8E8E. Windows color (decimal): -3178952 or 3702479. OLE color: 3702479.

HSL color Cylindrical-coordinate representation of color #CF7E38: hue angle of 27.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7E38 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 126 56 -
CMYK 0 0.39 0.73 0.19
HSL 27.81º 0.61% 0.52% -
HSV(B) 27.81º 0.73% 0.81% -
XYZ 33.91 28.47 7.45 -
YUV 142.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 207 126 56 0 0.39 0.73 0.19 27.81 0.61 0.52
Hex CF 7E 38 0 27 49 13 1C 3D 34
Octal 317 176 70 0 47 111 23 34 75 64
Binary 11001111 1111110 111000 0 100111 1001001 10011 11100 111101 110100

Color Harmonies of #CF7E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E38

Black with #CF7E38

Text Example


Text Example

White with #CF7E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E38; }

 p { color: rgb(207,126,56); }

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

background-color css

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

 a { background-color: rgb(207,126,56); }

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

border-color css

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

 span { border-color: rgb(207,126,56); }

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