Html Css Color HEX #C28B1E Nugget

📋 copy color: '#C28B1E'

red 194 ◦ green 139 ◦ blue 30

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

Shades of Nugget #C28B1E

Tints of Nugget #C28B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 30 (12.11% from 255) = 8.26%

R = 53.44%
G = 38.29%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C28B1E (or 0xC28B1E) is known color: Nugget. HEX triplet: C2, 8B and 1E. RGB value is (194,139,30). Sum of RGB (Red+Green+Blue) = 194+139+30=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B1E is #3D74E1. Grayscale: #8F8F8F. Windows color (decimal): -4027618 or 2001858. OLE color: 2001858.

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

Color convert

RGB 194 139 30 -
CMYK 0 0.28 0.85 0.24
HSL 39.88º 0.73% 0.44% -
HSV(B) 39.88º 0.85% 0.76% -
XYZ 31.72 30.03 5.35 -
YUV 143.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 194 139 30 0 0.28 0.85 0.24 39.88 0.73 0.44
Hex C2 8B 1E 0 1C 55 18 28 49 2C
Octal 302 213 36 0 34 125 30 50 111 54
Binary 11000010 10001011 11110 0 11100 1010101 11000 101000 1001001 101100

Color Harmonies of #C28B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B1E

Black with #C28B1E

Text Example


Text Example

White with #C28B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B1E; }

 p { color: rgb(194,139,30); }

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

background-color css

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

 a { background-color: rgb(194,139,30); }

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

border-color css

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

 span { border-color: rgb(194,139,30); }

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