Html Css Color HEX #C28C25 Nugget

📋 copy color: '#C28C25'

red 194 ◦ green 140 ◦ blue 37

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

Shades of Nugget #C28C25

Tints of Nugget #C28C25

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

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

R = 52.29%
G = 37.74%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C28C25 (or 0xC28C25) is known color: Nugget. HEX triplet: C2, 8C and 25. RGB value is (194,140,37). Sum of RGB (Red+Green+Blue) = 194+140+37=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C25 is #3D73DA. Grayscale: #909090. Windows color (decimal): -4027355 or 2460866. OLE color: 2460866.

HSL color Cylindrical-coordinate representation of color #C28C25: hue angle of 39.36º 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 #C28C25 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 37 -
CMYK 0 0.28 0.81 0.24
HSL 39.36º 0.68% 0.45% -
HSV(B) 39.36º 0.81% 0.76% -
XYZ 31.96 30.36 5.93 -
YUV 144.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 194 140 37 0 0.28 0.81 0.24 39.36 0.68 0.45
Hex C2 8C 25 0 1C 51 18 27 44 2D
Octal 302 214 45 0 34 121 30 47 104 55
Binary 11000010 10001100 100101 0 11100 1010001 11000 100111 1000100 101101

Color Harmonies of #C28C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C25

Black with #C28C25

Text Example


Text Example

White with #C28C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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