Html Css Color HEX #C2881E Nugget

📋 copy color: '#C2881E'

red 194 ◦ green 136 ◦ blue 30

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

Shades of Nugget #C2881E

Tints of Nugget #C2881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

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

R = 53.89%
G = 37.78%
B = 8.33%

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

#C2881E (or 0xC2881E) is known color: Nugget. HEX triplet: C2, 88 and 1E. RGB value is (194,136,30). Sum of RGB (Red+Green+Blue) = 194+136+30=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2881E is #3D77E1. Grayscale: #8D8D8D. Windows color (decimal): -4028386 or 2001090. OLE color: 2001090.

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

Color convert

RGB 194 136 30 -
CMYK 0 0.30 0.85 0.24
HSL 38.78º 0.73% 0.44% -
HSV(B) 38.78º 0.85% 0.76% -
XYZ 31.29 29.17 5.21 -
YUV 141.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 194 136 30 0 0.30 0.85 0.24 38.78 0.73 0.44
Hex C2 88 1E 0 1E 55 18 27 49 2C
Octal 302 210 36 0 36 125 30 47 111 54
Binary 11000010 10001000 11110 0 11110 1010101 11000 100111 1001001 101100

Color Harmonies of #C2881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2881E

Black with #C2881E

Text Example


Text Example

White with #C2881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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