Html Css Color HEX #C4842E Geebung

📋 copy color: '#C4842E'

red 196 ◦ green 132 ◦ blue 46

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

Shades of Geebung #C4842E

Tints of Geebung #C4842E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 46 (18.36% from 255) = 12.3%

R = 52.41%
G = 35.29%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4842E (or 0xC4842E) is known color: Geebung. HEX triplet: C4, 84 and 2E. RGB value is (196,132,46). Sum of RGB (Red+Green+Blue) = 196+132+46=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4842E is #3B7BD1. Grayscale: #8D8D8D. Windows color (decimal): -3898322 or 3048644. OLE color: 3048644.

HSL color Cylindrical-coordinate representation of color #C4842E: hue angle of 34.4º degrees, saturation: 0.62, 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 #C4842E is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 46 -
CMYK 0 0.33 0.77 0.23
HSL 34.4º 0.62% 0.47% -
HSV(B) 34.4º 0.77% 0.77% -
XYZ 31.51 28.44 6.41 -
YUV 141.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 196 132 46 0 0.33 0.77 0.23 34.4 0.62 0.47
Hex C4 84 2E 0 21 4D 17 22 3E 2F
Octal 304 204 56 0 41 115 27 42 76 57
Binary 11000100 10000100 101110 0 100001 1001101 10111 100010 111110 101111

Color Harmonies of #C4842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4842E

Black with #C4842E

Text Example


Text Example

White with #C4842E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4842E; }

 p { color: rgb(196,132,46); }

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

background-color css

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

 a { background-color: rgb(196,132,46); }

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

border-color css

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

 span { border-color: rgb(196,132,46); }

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