Html Css Color HEX #C48623 Geebung

📋 copy color: '#C48623'

red 196 ◦ green 134 ◦ blue 35

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

Shades of Geebung #C48623

Tints of Geebung #C48623

RGB

 RED value IS 196 (76.95% from 255) = 53.7%

 GREEN value IS 134 (52.73% from 255) = 36.71%

 BLUE value IS 35 (14.06% from 255) = 9.59%

R = 53.7%
G = 36.71%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48623 (or 0xC48623) is known color: Geebung. HEX triplet: C4, 86 and 23. RGB value is (196,134,35). Sum of RGB (Red+Green+Blue) = 196+134+35=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C48623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48623 is #3B79DC. Grayscale: #8D8D8D. Windows color (decimal): -3897821 or 2328260. OLE color: 2328260.

HSL color Cylindrical-coordinate representation of color #C48623: hue angle of 36.89º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C48623 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 35 -
CMYK 0 0.32 0.82 0.23
HSL 36.89º 0.7% 0.45% -
HSV(B) 36.89º 0.82% 0.77% -
XYZ 31.59 28.91 5.5 -
YUV 141.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 196 134 35 0 0.32 0.82 0.23 36.89 0.7 0.45
Hex C4 86 23 0 20 52 17 25 46 2D
Octal 304 206 43 0 40 122 27 45 106 55
Binary 11000100 10000110 100011 0 100000 1010010 10111 100101 1000110 101101

Color Harmonies of #C48623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48623

Black with #C48623

Text Example


Text Example

White with #C48623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48623; }

 p { color: rgb(196,134,35); }

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

background-color css

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

 a { background-color: rgb(196,134,35); }

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

border-color css

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

 span { border-color: rgb(196,134,35); }

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