Html Css Color HEX #C48530 Geebung

📋 copy color: '#C48530'

red 196 ◦ green 133 ◦ blue 48

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

Shades of Geebung #C48530

Tints of Geebung #C48530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 51.99%
G = 35.28%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C48530 (or 0xC48530) is known color: Geebung. HEX triplet: C4, 85 and 30. RGB value is (196,133,48). Sum of RGB (Red+Green+Blue) = 196+133+48=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C48530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48530 is #3B7ACF. Grayscale: #8E8E8E. Windows color (decimal): -3898064 or 3179972. OLE color: 3179972.

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

Color convert

RGB 196 133 48 -
CMYK 0 0.32 0.76 0.23
HSL 34.46º 0.61% 0.48% -
HSV(B) 34.46º 0.76% 0.77% -
XYZ 31.69 28.72 6.67 -
YUV 142.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 196 133 48 0 0.32 0.76 0.23 34.46 0.61 0.48
Hex C4 85 30 0 20 4C 17 22 3D 30
Octal 304 205 60 0 40 114 27 42 75 60
Binary 11000100 10000101 110000 0 100000 1001100 10111 100010 111101 110000

Color Harmonies of #C48530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48530

Black with #C48530

Text Example


Text Example

White with #C48530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48530; }

 p { color: rgb(196,133,48); }

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

background-color css

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

 a { background-color: rgb(196,133,48); }

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

border-color css

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

 span { border-color: rgb(196,133,48); }

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