Html Css Color HEX #CF7B38 Bronze

📋 copy color: '#CF7B38'

red 207 ◦ green 123 ◦ blue 56

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

Shades of Bronze #CF7B38

Tints of Bronze #CF7B38

RGB

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

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

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

R = 53.63%
G = 31.87%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF7B38 (or 0xCF7B38) is known color: Bronze. HEX triplet: CF, 7B and 38. RGB value is (207,123,56). Sum of RGB (Red+Green+Blue) = 207+123+56=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B38 is #3084C7. Grayscale: #8C8C8C. Windows color (decimal): -3179720 or 3701711. OLE color: 3701711.

HSL color Cylindrical-coordinate representation of color #CF7B38: hue angle of 26.62º 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 #CF7B38 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 56 -
CMYK 0 0.41 0.73 0.19
HSL 26.62º 0.61% 0.52% -
HSV(B) 26.62º 0.73% 0.81% -
XYZ 33.53 27.72 7.32 -
YUV 140.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 207 123 56 0 0.41 0.73 0.19 26.62 0.61 0.52
Hex CF 7B 38 0 29 49 13 1B 3D 34
Octal 317 173 70 0 51 111 23 33 75 64
Binary 11001111 1111011 111000 0 101001 1001001 10011 11011 111101 110100

Color Harmonies of #CF7B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B38

Black with #CF7B38

Text Example


Text Example

White with #CF7B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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