Html Css Color HEX #CD7C30 Bronze

📋 copy color: '#CD7C30'

red 205 ◦ green 124 ◦ blue 48

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

Shades of Bronze #CD7C30

Tints of Bronze #CD7C30

RGB

 RED value IS 205 (80.47% from 255) = 54.38%

 GREEN value IS 124 (48.83% from 255) = 32.89%

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 54.38%
G = 32.89%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD7C30 (or 0xCD7C30) is known color: Bronze. HEX triplet: CD, 7C and 30. RGB value is (205,124,48). Sum of RGB (Red+Green+Blue) = 205+124+48=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C30 is #3283CF. Grayscale: #8B8B8B. Windows color (decimal): -3310544 or 3177677. OLE color: 3177677.

HSL color Cylindrical-coordinate representation of color #CD7C30: hue angle of 29.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD7C30 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 48 -
CMYK 0 0.40 0.77 0.20
HSL 29.04º 0.62% 0.5% -
HSV(B) 29.04º 0.77% 0.8% -
XYZ 32.92 27.61 6.39 -
YUV 139.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 205 124 48 0 0.40 0.77 0.20 29.04 0.62 0.5
Hex CD 7C 30 0 28 4D 14 1D 3E 32
Octal 315 174 60 0 50 115 24 35 76 62
Binary 11001101 1111100 110000 0 101000 1001101 10100 11101 111110 110010

Color Harmonies of #CD7C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C30

Black with #CD7C30

Text Example


Text Example

White with #CD7C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C30; }

 p { color: rgb(205,124,48); }

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

background-color css

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

 a { background-color: rgb(205,124,48); }

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

border-color css

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

 span { border-color: rgb(205,124,48); }

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