Html Css Color HEX #C7911D Nugget

📋 copy color: '#C7911D'

red 199 ◦ green 145 ◦ blue 29

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

Shades of Nugget #C7911D

Tints of Nugget #C7911D

RGB

 RED value IS 199 (78.13% from 255) = 53.35%

 GREEN value IS 145 (57.03% from 255) = 38.87%

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

R = 53.35%
G = 38.87%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7911D (or 0xC7911D) is known color: Nugget. HEX triplet: C7, 91 and 1D. RGB value is (199,145,29). Sum of RGB (Red+Green+Blue) = 199+145+29=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7911D is #386EE2. Grayscale: #949494. Windows color (decimal): -3698403 or 1937863. OLE color: 1937863.

HSL color Cylindrical-coordinate representation of color #C7911D: hue angle of 40.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7911D is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 145 29 -
CMYK 0 0.27 0.85 0.22
HSL 40.94º 0.75% 0.45% -
HSV(B) 40.94º 0.85% 0.78% -
XYZ 33.9 32.48 5.65 -
YUV 147.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 199 145 29 0 0.27 0.85 0.22 40.94 0.75 0.45
Hex C7 91 1D 0 1B 55 16 29 4B 2D
Octal 307 221 35 0 33 125 26 51 113 55
Binary 11000111 10010001 11101 0 11011 1010101 10110 101001 1001011 101101

Color Harmonies of #C7911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7911D

Black with #C7911D

Text Example


Text Example

White with #C7911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7911D; }

 p { color: rgb(199,145,29); }

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

background-color css

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

 a { background-color: rgb(199,145,29); }

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

border-color css

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

 span { border-color: rgb(199,145,29); }

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