Html Css Color HEX #C4822F Geebung

📋 copy color: '#C4822F'

red 196 ◦ green 130 ◦ blue 47

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

Shades of Geebung #C4822F

Tints of Geebung #C4822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 52.55%
G = 34.85%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4822F (or 0xC4822F) is known color: Geebung. HEX triplet: C4, 82 and 2F. RGB value is (196,130,47). Sum of RGB (Red+Green+Blue) = 196+130+47=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4822F is #3B7DD0. Grayscale: #8C8C8C. Windows color (decimal): -3898833 or 3113668. OLE color: 3113668.

HSL color Cylindrical-coordinate representation of color #C4822F: hue angle of 33.42º 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 #C4822F is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 47 -
CMYK 0 0.34 0.76 0.23
HSL 33.42º 0.61% 0.48% -
HSV(B) 33.42º 0.76% 0.77% -
XYZ 31.26 27.91 6.43 -
YUV 140.27 75.37 167.75 -
System Red Green Blue C M Y K H S L
Decimal 196 130 47 0 0.34 0.76 0.23 33.42 0.61 0.48
Hex C4 82 2F 0 22 4C 17 21 3D 30
Octal 304 202 57 0 42 114 27 41 75 60
Binary 11000100 10000010 101111 0 100010 1001100 10111 100001 111101 110000

Color Harmonies of #C4822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4822F

Black with #C4822F

Text Example


Text Example

White with #C4822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4822F; }

 p { color: rgb(196,130,47); }

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

background-color css

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

 a { background-color: rgb(196,130,47); }

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

border-color css

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

 span { border-color: rgb(196,130,47); }

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