Html Css Color HEX #C7922B Nugget

📋 copy color: '#C7922B'

red 199 ◦ green 146 ◦ blue 43

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

Shades of Nugget #C7922B

Tints of Nugget #C7922B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 51.29%
G = 37.63%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7922B (or 0xC7922B) is known color: Nugget. HEX triplet: C7, 92 and 2B. RGB value is (199,146,43). Sum of RGB (Red+Green+Blue) = 199+146+43=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7922B is #386DD4. Grayscale: #969696. Windows color (decimal): -3698133 or 2855623. OLE color: 2855623.

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

Color convert

RGB 199 146 43 -
CMYK 0 0.27 0.78 0.22
HSL 39.62º 0.64% 0.47% -
HSV(B) 39.62º 0.78% 0.78% -
XYZ 34.27 32.87 6.82 -
YUV 150.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 199 146 43 0 0.27 0.78 0.22 39.62 0.64 0.47
Hex C7 92 2B 0 1B 4E 16 28 40 2F
Octal 307 222 53 0 33 116 26 50 100 57
Binary 11000111 10010010 101011 0 11011 1001110 10110 101000 1000000 101111

Color Harmonies of #C7922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7922B

Black with #C7922B

Text Example


Text Example

White with #C7922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7922B; }

 p { color: rgb(199,146,43); }

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

background-color css

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

 a { background-color: rgb(199,146,43); }

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

border-color css

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

 span { border-color: rgb(199,146,43); }

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