Html Css Color HEX #C38C19 Nugget

📋 copy color: '#C38C19'

red 195 ◦ green 140 ◦ blue 25

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

Shades of Nugget #C38C19

Tints of Nugget #C38C19

RGB

 RED value IS 195 (76.56% from 255) = 54.17%

 GREEN value IS 140 (55.08% from 255) = 38.89%

 BLUE value IS 25 (10.16% from 255) = 6.94%

R = 54.17%
G = 38.89%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C38C19 (or 0xC38C19) is known color: Nugget. HEX triplet: C3, 8C and 19. RGB value is (195,140,25). Sum of RGB (Red+Green+Blue) = 195+140+25=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38C19 is #3C73E6. Grayscale: #8F8F8F. Windows color (decimal): -3961831 or 1674435. OLE color: 1674435.

HSL color Cylindrical-coordinate representation of color #C38C19: hue angle of 40.59º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C38C19 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 140 25 -
CMYK 0 0.28 0.87 0.24
HSL 40.59º 0.77% 0.43% -
HSV(B) 40.59º 0.87% 0.76% -
XYZ 32.06 30.43 5.1 -
YUV 143.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 195 140 25 0 0.28 0.87 0.24 40.59 0.77 0.43
Hex C3 8C 19 0 1C 57 18 29 4D 2B
Octal 303 214 31 0 34 127 30 51 115 53
Binary 11000011 10001100 11001 0 11100 1010111 11000 101001 1001101 101011

Color Harmonies of #C38C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C19

Black with #C38C19

Text Example


Text Example

White with #C38C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C19; }

 p { color: rgb(195,140,25); }

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

background-color css

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

 a { background-color: rgb(195,140,25); }

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

border-color css

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

 span { border-color: rgb(195,140,25); }

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