Html Css Color HEX #C28E25 Nugget

📋 copy color: '#C28E25'

red 194 ◦ green 142 ◦ blue 37

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

Shades of Nugget #C28E25

Tints of Nugget #C28E25

RGB

 RED value IS 194 (76.17% from 255) = 52.01%

 GREEN value IS 142 (55.86% from 255) = 38.07%

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 52.01%
G = 38.07%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C28E25 (or 0xC28E25) is known color: Nugget. HEX triplet: C2, 8E and 25. RGB value is (194,142,37). Sum of RGB (Red+Green+Blue) = 194+142+37=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E25 is #3D71DA. Grayscale: #929292. Windows color (decimal): -4026843 or 2461378. OLE color: 2461378.

HSL color Cylindrical-coordinate representation of color #C28E25: hue angle of 40.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C28E25 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 37 -
CMYK 0 0.27 0.81 0.24
HSL 40.13º 0.68% 0.45% -
HSV(B) 40.13º 0.81% 0.76% -
XYZ 32.26 30.95 6.02 -
YUV 145.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 194 142 37 0 0.27 0.81 0.24 40.13 0.68 0.45
Hex C2 8E 25 0 1B 51 18 28 44 2D
Octal 302 216 45 0 33 121 30 50 104 55
Binary 11000010 10001110 100101 0 11011 1010001 11000 101000 1000100 101101

Color Harmonies of #C28E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E25

Black with #C28E25

Text Example


Text Example

White with #C28E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E25; }

 p { color: rgb(194,142,37); }

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

background-color css

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

 a { background-color: rgb(194,142,37); }

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

border-color css

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

 span { border-color: rgb(194,142,37); }

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