Html Css Color HEX #C48628 Geebung

📋 copy color: '#C48628'

red 196 ◦ green 134 ◦ blue 40

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

Shades of Geebung #C48628

Tints of Geebung #C48628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 52.97%
G = 36.22%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C48628 (or 0xC48628) is known color: Geebung. HEX triplet: C4, 86 and 28. RGB value is (196,134,40). Sum of RGB (Red+Green+Blue) = 196+134+40=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C48628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48628 is #3B79D7. Grayscale: #8E8E8E. Windows color (decimal): -3897816 or 2655940. OLE color: 2655940.

HSL color Cylindrical-coordinate representation of color #C48628: hue angle of 36.15º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48628 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 40 -
CMYK 0 0.32 0.80 0.23
HSL 36.15º 0.66% 0.46% -
HSV(B) 36.15º 0.8% 0.77% -
XYZ 31.67 28.94 5.92 -
YUV 141.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 196 134 40 0 0.32 0.80 0.23 36.15 0.66 0.46
Hex C4 86 28 0 20 50 17 24 42 2E
Octal 304 206 50 0 40 120 27 44 102 56
Binary 11000100 10000110 101000 0 100000 1010000 10111 100100 1000010 101110

Color Harmonies of #C48628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48628

Black with #C48628

Text Example


Text Example

White with #C48628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48628; }

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

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

background-color css

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

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

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

border-color css

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

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

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