Html Css Color HEX #C3780B Dark Goldenrod

📋 copy color: '#C3780B'

red 195 ◦ green 120 ◦ blue 11

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

Shades of Dark Goldenrod #C3780B

Tints of Dark Goldenrod #C3780B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

 BLUE value IS 11 (4.69% from 255) = 3.37%

R = 59.82%
G = 36.81%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3780B (or 0xC3780B) is known color: Dark Goldenrod. HEX triplet: C3, 78 and 0B. RGB value is (195,120,11). Sum of RGB (Red+Green+Blue) = 195+120+11=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3780B is #3C87F4. Grayscale: #828282. Windows color (decimal): -3966965 or 751811. OLE color: 751811.

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

Color convert

RGB 195 120 11 -
CMYK 0 0.38 0.94 0.24
HSL 35.54º 0.89% 0.4% -
HSV(B) 35.54º 0.94% 0.76% -
XYZ 29.28 25.06 3.61 -
YUV 130 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 195 120 11 0 0.38 0.94 0.24 35.54 0.89 0.4
Hex C3 78 B 0 26 5E 18 24 59 28
Octal 303 170 13 0 46 136 30 44 131 50
Binary 11000011 1111000 1011 0 100110 1011110 11000 100100 1011001 101000

Color Harmonies of #C3780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3780B

Black with #C3780B

Text Example


Text Example

White with #C3780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3780B; }

 p { color: rgb(195,120,11); }

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

background-color css

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

 a { background-color: rgb(195,120,11); }

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

border-color css

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

 span { border-color: rgb(195,120,11); }

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