Html Css Color HEX #C28B1D Nugget

📋 copy color: '#C28B1D'

red 194 ◦ green 139 ◦ blue 29

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

Shades of Nugget #C28B1D

Tints of Nugget #C28B1D

RGB

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

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

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

R = 53.59%
G = 38.4%
B = 8.01%

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

#C28B1D (or 0xC28B1D) is known color: Nugget. HEX triplet: C2, 8B and 1D. RGB value is (194,139,29). Sum of RGB (Red+Green+Blue) = 194+139+29=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B1D is #3D74E2. Grayscale: #8F8F8F. Windows color (decimal): -4027619 or 1936322. OLE color: 1936322.

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

Color convert

RGB 194 139 29 -
CMYK 0 0.28 0.85 0.24
HSL 40º 0.74% 0.44% -
HSV(B) 40º 0.85% 0.76% -
XYZ 31.7 30.02 5.29 -
YUV 142.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 194 139 29 0 0.28 0.85 0.24 40 0.74 0.44
Hex C2 8B 1D 0 1C 55 18 28 4A 2C
Octal 302 213 35 0 34 125 30 50 112 54
Binary 11000010 10001011 11101 0 11100 1010101 11000 101000 1001010 101100

Color Harmonies of #C28B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B1D

Black with #C28B1D

Text Example


Text Example

White with #C28B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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