Html Css Color HEX #C4822C Geebung

📋 copy color: '#C4822C'

red 196 ◦ green 130 ◦ blue 44

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

Shades of Geebung #C4822C

Tints of Geebung #C4822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 52.97%
G = 35.14%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4822C (or 0xC4822C) is known color: Geebung. HEX triplet: C4, 82 and 2C. RGB value is (196,130,44). Sum of RGB (Red+Green+Blue) = 196+130+44=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4822C is #3B7DD3. Grayscale: #8C8C8C. Windows color (decimal): -3898836 or 2917060. OLE color: 2917060.

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

Color convert

RGB 196 130 44 -
CMYK 0 0.34 0.78 0.23
HSL 33.95º 0.63% 0.47% -
HSV(B) 33.95º 0.78% 0.77% -
XYZ 31.2 27.88 6.12 -
YUV 139.93 73.87 167.99 -
System Red Green Blue C M Y K H S L
Decimal 196 130 44 0 0.34 0.78 0.23 33.95 0.63 0.47
Hex C4 82 2C 0 22 4E 17 22 3F 2F
Octal 304 202 54 0 42 116 27 42 77 57
Binary 11000100 10000010 101100 0 100010 1001110 10111 100010 111111 101111

Color Harmonies of #C4822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4822C

Black with #C4822C

Text Example


Text Example

White with #C4822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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