Html Css Color HEX #C38412 Dark Goldenrod

📋 copy color: '#C38412'

red 195 ◦ green 132 ◦ blue 18

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

Shades of Dark Goldenrod #C38412

Tints of Dark Goldenrod #C38412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 18 (7.42% from 255) = 5.22%

R = 56.52%
G = 38.26%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C38412 (or 0xC38412) is known color: Dark Goldenrod. HEX triplet: C3, 84 and 12. RGB value is (195,132,18). Sum of RGB (Red+Green+Blue) = 195+132+18=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C38412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38412 is #3C7BED. Grayscale: #8A8A8A. Windows color (decimal): -3963886 or 1213635. OLE color: 1213635.

HSL color Cylindrical-coordinate representation of color #C38412: hue angle of 38.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C38412 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 18 -
CMYK 0 0.32 0.91 0.24
HSL 38.64º 0.83% 0.42% -
HSV(B) 38.64º 0.91% 0.76% -
XYZ 30.87 28.15 4.38 -
YUV 137.84 60.37 168.77 -
System Red Green Blue C M Y K H S L
Decimal 195 132 18 0 0.32 0.91 0.24 38.64 0.83 0.42
Hex C3 84 12 0 20 5B 18 27 53 2A
Octal 303 204 22 0 40 133 30 47 123 52
Binary 11000011 10000100 10010 0 100000 1011011 11000 100111 1010011 101010

Color Harmonies of #C38412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38412

Black with #C38412

Text Example


Text Example

White with #C38412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38412; }

 p { color: rgb(195,132,18); }

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

background-color css

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

 a { background-color: rgb(195,132,18); }

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

border-color css

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

 span { border-color: rgb(195,132,18); }

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