Html Css Color HEX #C7901B Nugget

📋 copy color: '#C7901B'

red 199 ◦ green 144 ◦ blue 27

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

Shades of Nugget #C7901B

Tints of Nugget #C7901B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.92%

 BLUE value IS 27 (10.94% from 255) = 7.3%

R = 53.78%
G = 38.92%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7901B (or 0xC7901B) is known color: Nugget. HEX triplet: C7, 90 and 1B. RGB value is (199,144,27). Sum of RGB (Red+Green+Blue) = 199+144+27=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7901B is #386FE4. Grayscale: #939393. Windows color (decimal): -3698661 or 1806535. OLE color: 1806535.

HSL color Cylindrical-coordinate representation of color #C7901B: hue angle of 40.81º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7901B is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 144 27 -
CMYK 0 0.28 0.86 0.22
HSL 40.81º 0.76% 0.44% -
HSV(B) 40.81º 0.86% 0.78% -
XYZ 33.72 32.17 5.47 -
YUV 147.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 199 144 27 0 0.28 0.86 0.22 40.81 0.76 0.44
Hex C7 90 1B 0 1C 56 16 29 4C 2C
Octal 307 220 33 0 34 126 26 51 114 54
Binary 11000111 10010000 11011 0 11100 1010110 10110 101001 1001100 101100

Color Harmonies of #C7901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7901B

Black with #C7901B

Text Example


Text Example

White with #C7901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7901B; }

 p { color: rgb(199,144,27); }

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

background-color css

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

 a { background-color: rgb(199,144,27); }

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

border-color css

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

 span { border-color: rgb(199,144,27); }

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