Html Css Color HEX #C3882A Geebung

📋 copy color: '#C3882A'

red 195 ◦ green 136 ◦ blue 42

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

Shades of Geebung #C3882A

Tints of Geebung #C3882A

RGB

 RED value IS 195 (76.56% from 255) = 52.28%

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

 BLUE value IS 42 (16.8% from 255) = 11.26%

R = 52.28%
G = 36.46%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3882A (or 0xC3882A) is known color: Geebung. HEX triplet: C3, 88 and 2A. RGB value is (195,136,42). Sum of RGB (Red+Green+Blue) = 195+136+42=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3882A is #3C77D5. Grayscale: #8F8F8F. Windows color (decimal): -3962838 or 2787523. OLE color: 2787523.

HSL color Cylindrical-coordinate representation of color #C3882A: hue angle of 36.86º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3882A is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 42 -
CMYK 0 0.30 0.78 0.24
HSL 36.86º 0.65% 0.46% -
HSV(B) 36.86º 0.78% 0.76% -
XYZ 31.73 29.38 6.19 -
YUV 142.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 195 136 42 0 0.30 0.78 0.24 36.86 0.65 0.46
Hex C3 88 2A 0 1E 4E 18 25 41 2E
Octal 303 210 52 0 36 116 30 45 101 56
Binary 11000011 10001000 101010 0 11110 1001110 11000 100101 1000001 101110

Color Harmonies of #C3882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3882A

Black with #C3882A

Text Example


Text Example

White with #C3882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3882A; }

 p { color: rgb(195,136,42); }

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

background-color css

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

 a { background-color: rgb(195,136,42); }

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

border-color css

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

 span { border-color: rgb(195,136,42); }

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