Html Css Color HEX #C28C1A Nugget

📋 copy color: '#C28C1A'

red 194 ◦ green 140 ◦ blue 26

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

Shades of Nugget #C28C1A

Tints of Nugget #C28C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 53.89%
G = 38.89%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C28C1A (or 0xC28C1A) is known color: Nugget. HEX triplet: C2, 8C and 1A. RGB value is (194,140,26). Sum of RGB (Red+Green+Blue) = 194+140+26=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C1A is #3D73E5. Grayscale: #8F8F8F. Windows color (decimal): -4027366 or 1739970. OLE color: 1739970.

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

Color convert

RGB 194 140 26 -
CMYK 0 0.28 0.87 0.24
HSL 40.71º 0.76% 0.43% -
HSV(B) 40.71º 0.87% 0.76% -
XYZ 31.81 30.3 5.15 -
YUV 143.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 194 140 26 0 0.28 0.87 0.24 40.71 0.76 0.43
Hex C2 8C 1A 0 1C 57 18 29 4C 2B
Octal 302 214 32 0 34 127 30 51 114 53
Binary 11000010 10001100 11010 0 11100 1010111 11000 101001 1001100 101011

Color Harmonies of #C28C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C1A

Black with #C28C1A

Text Example


Text Example

White with #C28C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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