Html Css Color HEX #C4802D Geebung

📋 copy color: '#C4802D'

red 196 ◦ green 128 ◦ blue 45

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

Shades of Geebung #C4802D

Tints of Geebung #C4802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 53.12%
G = 34.69%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4802D (or 0xC4802D) is known color: Geebung. HEX triplet: C4, 80 and 2D. RGB value is (196,128,45). Sum of RGB (Red+Green+Blue) = 196+128+45=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4802D is #3B7FD2. Grayscale: #8B8B8B. Windows color (decimal): -3899347 or 2982084. OLE color: 2982084.

HSL color Cylindrical-coordinate representation of color #C4802D: hue angle of 32.98º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4802D is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 45 -
CMYK 0 0.35 0.77 0.23
HSL 32.98º 0.63% 0.47% -
HSV(B) 32.98º 0.77% 0.77% -
XYZ 30.96 27.36 6.13 -
YUV 138.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 196 128 45 0 0.35 0.77 0.23 32.98 0.63 0.47
Hex C4 80 2D 0 23 4D 17 21 3F 2F
Octal 304 200 55 0 43 115 27 41 77 57
Binary 11000100 10000000 101101 0 100011 1001101 10111 100001 111111 101111

Color Harmonies of #C4802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4802D

Black with #C4802D

Text Example


Text Example

White with #C4802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4802D; }

 p { color: rgb(196,128,45); }

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

background-color css

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

 a { background-color: rgb(196,128,45); }

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

border-color css

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

 span { border-color: rgb(196,128,45); }

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