Html Css Color HEX #C4882D Geebung

📋 copy color: '#C4882D'

red 196 ◦ green 136 ◦ blue 45

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

Shades of Geebung #C4882D

Tints of Geebung #C4882D

RGB

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

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

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

R = 51.99%
G = 36.07%
B = 11.94%

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

#C4882D (or 0xC4882D) is known color: Geebung. HEX triplet: C4, 88 and 2D. RGB value is (196,136,45). Sum of RGB (Red+Green+Blue) = 196+136+45=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4882D is #3B77D2. Grayscale: #8F8F8F. Windows color (decimal): -3897299 or 2984132. OLE color: 2984132.

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

Color convert

RGB 196 136 45 -
CMYK 0 0.31 0.77 0.23
HSL 36.16º 0.63% 0.47% -
HSV(B) 36.16º 0.77% 0.77% -
XYZ 32.04 29.53 6.49 -
YUV 143.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 196 136 45 0 0.31 0.77 0.23 36.16 0.63 0.47
Hex C4 88 2D 0 1F 4D 17 24 3F 2F
Octal 304 210 55 0 37 115 27 44 77 57
Binary 11000100 10001000 101101 0 11111 1001101 10111 100100 111111 101111

Color Harmonies of #C4882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4882D

Black with #C4882D

Text Example


Text Example

White with #C4882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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