Html Css Color HEX #C28F2A Nugget

📋 copy color: '#C28F2A'

red 194 ◦ green 143 ◦ blue 42

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

Shades of Nugget #C28F2A

Tints of Nugget #C28F2A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 51.19%
G = 37.73%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C28F2A (or 0xC28F2A) is known color: Nugget. HEX triplet: C2, 8F and 2A. RGB value is (194,143,42). Sum of RGB (Red+Green+Blue) = 194+143+42=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F2A is #3D70D5. Grayscale: #939393. Windows color (decimal): -4026582 or 2789314. OLE color: 2789314.

HSL color Cylindrical-coordinate representation of color #C28F2A: hue angle of 39.87º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C28F2A is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 143 42 -
CMYK 0 0.26 0.78 0.24
HSL 39.87º 0.64% 0.46% -
HSV(B) 39.87º 0.78% 0.76% -
XYZ 32.49 31.28 6.52 -
YUV 146.74 68.9 161.71 -
System Red Green Blue C M Y K H S L
Decimal 194 143 42 0 0.26 0.78 0.24 39.87 0.64 0.46
Hex C2 8F 2A 0 1A 4E 18 28 40 2E
Octal 302 217 52 0 32 116 30 50 100 56
Binary 11000010 10001111 101010 0 11010 1001110 11000 101000 1000000 101110

Color Harmonies of #C28F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F2A

Black with #C28F2A

Text Example


Text Example

White with #C28F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F2A; }

 p { color: rgb(194,143,42); }

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

background-color css

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

 a { background-color: rgb(194,143,42); }

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

border-color css

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

 span { border-color: rgb(194,143,42); }

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