Html Css Color HEX #C4842D Geebung

📋 copy color: '#C4842D'

red 196 ◦ green 132 ◦ blue 45

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

Shades of Geebung #C4842D

Tints of Geebung #C4842D

RGB

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

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

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

R = 52.55%
G = 35.39%
B = 12.06%

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

#C4842D (or 0xC4842D) is known color: Geebung. HEX triplet: C4, 84 and 2D. RGB value is (196,132,45). Sum of RGB (Red+Green+Blue) = 196+132+45=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4842D is #3B7BD2. Grayscale: #8D8D8D. Windows color (decimal): -3898323 or 2983108. OLE color: 2983108.

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

Color convert

RGB 196 132 45 -
CMYK 0 0.33 0.77 0.23
HSL 34.57º 0.63% 0.47% -
HSV(B) 34.57º 0.77% 0.77% -
XYZ 31.49 28.43 6.31 -
YUV 141.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 196 132 45 0 0.33 0.77 0.23 34.57 0.63 0.47
Hex C4 84 2D 0 21 4D 17 23 3F 2F
Octal 304 204 55 0 41 115 27 43 77 57
Binary 11000100 10000100 101101 0 100001 1001101 10111 100011 111111 101111

Color Harmonies of #C4842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4842D

Black with #C4842D

Text Example


Text Example

White with #C4842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4842D; }

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

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

background-color css

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

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

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

border-color css

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

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

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