Html Css Color HEX #C78F27 Nugget

📋 copy color: '#C78F27'

red 199 ◦ green 143 ◦ blue 39

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

Shades of Nugget #C78F27

Tints of Nugget #C78F27

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 39 (15.63% from 255) = 10.24%

R = 52.23%
G = 37.53%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C78F27 (or 0xC78F27) is known color: Nugget. HEX triplet: C7, 8F and 27. RGB value is (199,143,39). Sum of RGB (Red+Green+Blue) = 199+143+39=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78F27 is #3870D8. Grayscale: #949494. Windows color (decimal): -3698905 or 2592711. OLE color: 2592711.

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

Color convert

RGB 199 143 39 -
CMYK 0 0.28 0.80 0.22
HSL 39º 0.67% 0.47% -
HSV(B) 39º 0.8% 0.78% -
XYZ 33.74 31.93 6.3 -
YUV 147.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 199 143 39 0 0.28 0.80 0.22 39 0.67 0.47
Hex C7 8F 27 0 1C 50 16 27 43 2F
Octal 307 217 47 0 34 120 26 47 103 57
Binary 11000111 10001111 100111 0 11100 1010000 10110 100111 1000011 101111

Color Harmonies of #C78F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78F27

Black with #C78F27

Text Example


Text Example

White with #C78F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78F27; }

 p { color: rgb(199,143,39); }

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

background-color css

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

 a { background-color: rgb(199,143,39); }

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

border-color css

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

 span { border-color: rgb(199,143,39); }

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