Html Css Color HEX #9C823D Reef Gold

📋 copy color: '#9C823D'

red 156 ◦ green 130 ◦ blue 61

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

Shades of Reef Gold #9C823D

Tints of Reef Gold #9C823D

RGB

 RED value IS 156 (61.33% from 255) = 44.96%

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 44.96%
G = 37.46%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9C823D (or 0x9C823D) is known color: Reef Gold. HEX triplet: 9C, 82 and 3D. RGB value is (156,130,61). Sum of RGB (Red+Green+Blue) = 156+130+61=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C823D is #637DC2. Grayscale: #828282. Windows color (decimal): -6520259 or 4031132. OLE color: 4031132.

HSL color Cylindrical-coordinate representation of color #9C823D: hue angle of 43.58º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C823D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 130 61 -
CMYK 0 0.17 0.61 0.39
HSL 43.58º 0.44% 0.43% -
HSV(B) 43.58º 0.61% 0.61% -
XYZ 22.54 23.37 7.74 -
YUV 129.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 156 130 61 0 0.17 0.61 0.39 43.58 0.44 0.43
Hex 9C 82 3D 0 11 3D 27 2C 2C 2B
Octal 234 202 75 0 21 75 47 54 54 53
Binary 10011100 10000010 111101 0 10001 111101 100111 101100 101100 101011

Color Harmonies of #9C823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C823D

Black with #9C823D

Text Example


Text Example

White with #9C823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C823D; }

 p { color: rgb(156,130,61); }

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

background-color css

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

 a { background-color: rgb(156,130,61); }

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

border-color css

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

 span { border-color: rgb(156,130,61); }

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