Html Css Color HEX #C4882B Geebung

📋 copy color: '#C4882B'

red 196 ◦ green 136 ◦ blue 43

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

Shades of Geebung #C4882B

Tints of Geebung #C4882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 52.27%
G = 36.27%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4882B (or 0xC4882B) is known color: Geebung. HEX triplet: C4, 88 and 2B. RGB value is (196,136,43). Sum of RGB (Red+Green+Blue) = 196+136+43=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4882B is #3B77D4. Grayscale: #8F8F8F. Windows color (decimal): -3897301 or 2853060. OLE color: 2853060.

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

Color convert

RGB 196 136 43 -
CMYK 0 0.31 0.78 0.23
HSL 36.47º 0.64% 0.47% -
HSV(B) 36.47º 0.78% 0.77% -
XYZ 32.01 29.52 6.3 -
YUV 143.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 196 136 43 0 0.31 0.78 0.23 36.47 0.64 0.47
Hex C4 88 2B 0 1F 4E 17 24 40 2F
Octal 304 210 53 0 37 116 27 44 100 57
Binary 11000100 10001000 101011 0 11111 1001110 10111 100100 1000000 101111

Color Harmonies of #C4882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4882B

Black with #C4882B

Text Example


Text Example

White with #C4882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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