Html Css Color HEX #C4882E Geebung

📋 copy color: '#C4882E'

red 196 ◦ green 136 ◦ blue 46

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

Shades of Geebung #C4882E

Tints of Geebung #C4882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 51.85%
G = 35.98%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4882E (or 0xC4882E) is known color: Geebung. HEX triplet: C4, 88 and 2E. RGB value is (196,136,46). Sum of RGB (Red+Green+Blue) = 196+136+46=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4882E is #3B77D1. Grayscale: #909090. Windows color (decimal): -3897298 or 3049668. OLE color: 3049668.

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

Color convert

RGB 196 136 46 -
CMYK 0 0.31 0.77 0.23
HSL 36º 0.62% 0.47% -
HSV(B) 36º 0.77% 0.77% -
XYZ 32.06 29.54 6.6 -
YUV 143.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 196 136 46 0 0.31 0.77 0.23 36 0.62 0.47
Hex C4 88 2E 0 1F 4D 17 24 3E 2F
Octal 304 210 56 0 37 115 27 44 76 57
Binary 11000100 10001000 101110 0 11111 1001101 10111 100100 111110 101111

Color Harmonies of #C4882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4882E

Black with #C4882E

Text Example


Text Example

White with #C4882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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