Html Css Color HEX #C28C1F Nugget

📋 copy color: '#C28C1F'

red 194 ◦ green 140 ◦ blue 31

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

Shades of Nugget #C28C1F

Tints of Nugget #C28C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 53.15%
G = 38.36%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C28C1F (or 0xC28C1F) is known color: Nugget. HEX triplet: C2, 8C and 1F. RGB value is (194,140,31). Sum of RGB (Red+Green+Blue) = 194+140+31=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C1F is #3D73E0. Grayscale: #909090. Windows color (decimal): -4027361 or 2067650. OLE color: 2067650.

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

Color convert

RGB 194 140 31 -
CMYK 0 0.28 0.84 0.24
HSL 40.12º 0.72% 0.44% -
HSV(B) 40.12º 0.84% 0.76% -
XYZ 31.87 30.32 5.47 -
YUV 143.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 194 140 31 0 0.28 0.84 0.24 40.12 0.72 0.44
Hex C2 8C 1F 0 1C 54 18 28 48 2C
Octal 302 214 37 0 34 124 30 50 110 54
Binary 11000010 10001100 11111 0 11100 1010100 11000 101000 1001000 101100

Color Harmonies of #C28C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C1F

Black with #C28C1F

Text Example


Text Example

White with #C28C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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