Html Css Color HEX #C28F1D Nugget

📋 copy color: '#C28F1D'

red 194 ◦ green 143 ◦ blue 29

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

Shades of Nugget #C28F1D

Tints of Nugget #C28F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 53.01%
G = 39.07%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C28F1D (or 0xC28F1D) is known color: Nugget. HEX triplet: C2, 8F and 1D. RGB value is (194,143,29). Sum of RGB (Red+Green+Blue) = 194+143+29=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F1D is #3D70E2. Grayscale: #919191. Windows color (decimal): -4026595 or 1937346. OLE color: 1937346.

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

Color convert

RGB 194 143 29 -
CMYK 0 0.26 0.85 0.24
HSL 41.45º 0.74% 0.44% -
HSV(B) 41.45º 0.85% 0.76% -
XYZ 32.29 31.2 5.48 -
YUV 145.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 194 143 29 0 0.26 0.85 0.24 41.45 0.74 0.44
Hex C2 8F 1D 0 1A 55 18 29 4A 2C
Octal 302 217 35 0 32 125 30 51 112 54
Binary 11000010 10001111 11101 0 11010 1010101 11000 101001 1001010 101100

Color Harmonies of #C28F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F1D

Black with #C28F1D

Text Example


Text Example

White with #C28F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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