Html Css Color HEX #C3820C Dark Goldenrod

📋 copy color: '#C3820C'

red 195 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #C3820C

Tints of Dark Goldenrod #C3820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

 BLUE value IS 12 (5.08% from 255) = 3.56%

R = 57.86%
G = 38.58%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3820C (or 0xC3820C) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 0C. RGB value is (195,130,12). Sum of RGB (Red+Green+Blue) = 195+130+12=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3820C is #3C7DF3. Grayscale: #888888. Windows color (decimal): -3964404 or 819907. OLE color: 819907.

HSL color Cylindrical-coordinate representation of color #C3820C: hue angle of 38.69º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3820C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 12 -
CMYK 0 0.33 0.94 0.24
HSL 38.69º 0.88% 0.41% -
HSV(B) 38.69º 0.94% 0.76% -
XYZ 30.55 27.59 4.06 -
YUV 135.98 58.03 170.09 -
System Red Green Blue C M Y K H S L
Decimal 195 130 12 0 0.33 0.94 0.24 38.69 0.88 0.41
Hex C3 82 C 0 21 5E 18 27 58 29
Octal 303 202 14 0 41 136 30 47 130 51
Binary 11000011 10000010 1100 0 100001 1011110 11000 100111 1011000 101001

Color Harmonies of #C3820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3820C

Black with #C3820C

Text Example


Text Example

White with #C3820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3820C; }

 p { color: rgb(195,130,12); }

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

background-color css

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

 a { background-color: rgb(195,130,12); }

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

border-color css

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

 span { border-color: rgb(195,130,12); }

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