Html Css Color HEX #C38C25 Nugget

📋 copy color: '#C38C25'

red 195 ◦ green 140 ◦ blue 37

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

Shades of Nugget #C38C25

Tints of Nugget #C38C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 52.42%
G = 37.63%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C38C25 (or 0xC38C25) is known color: Nugget. HEX triplet: C3, 8C and 25. RGB value is (195,140,37). Sum of RGB (Red+Green+Blue) = 195+140+37=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C25 is #3C73DA. Grayscale: #919191. Windows color (decimal): -3961819 or 2460867. OLE color: 2460867.

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

Color convert

RGB 195 140 37 -
CMYK 0 0.28 0.81 0.24
HSL 39.11º 0.68% 0.45% -
HSV(B) 39.11º 0.81% 0.76% -
XYZ 32.22 30.49 5.94 -
YUV 144.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 195 140 37 0 0.28 0.81 0.24 39.11 0.68 0.45
Hex C3 8C 25 0 1C 51 18 27 44 2D
Octal 303 214 45 0 34 121 30 47 104 55
Binary 11000011 10001100 100101 0 11100 1010001 11000 100111 1000100 101101

Color Harmonies of #C38C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C25

Black with #C38C25

Text Example


Text Example

White with #C38C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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