Html Css Color HEX #C2871E Nugget

📋 copy color: '#C2871E'

red 194 ◦ green 135 ◦ blue 30

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

Shades of Nugget #C2871E

Tints of Nugget #C2871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 54.04%
G = 37.6%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2871E (or 0xC2871E) is known color: Nugget. HEX triplet: C2, 87 and 1E. RGB value is (194,135,30). Sum of RGB (Red+Green+Blue) = 194+135+30=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2871E is #3D78E1. Grayscale: #8D8D8D. Windows color (decimal): -4028642 or 2000834. OLE color: 2000834.

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

Color convert

RGB 194 135 30 -
CMYK 0 0.30 0.85 0.24
HSL 38.41º 0.73% 0.44% -
HSV(B) 38.41º 0.85% 0.76% -
XYZ 31.15 28.89 5.16 -
YUV 140.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 194 135 30 0 0.30 0.85 0.24 38.41 0.73 0.44
Hex C2 87 1E 0 1E 55 18 26 49 2C
Octal 302 207 36 0 36 125 30 46 111 54
Binary 11000010 10000111 11110 0 11110 1010101 11000 100110 1001001 101100

Color Harmonies of #C2871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2871E

Black with #C2871E

Text Example


Text Example

White with #C2871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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