Html Css Color HEX #C3882E Geebung

📋 copy color: '#C3882E'

red 195 ◦ green 136 ◦ blue 46

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

Shades of Geebung #C3882E

Tints of Geebung #C3882E

RGB

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

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

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

R = 51.72%
G = 36.07%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3882E (or 0xC3882E) is known color: Geebung. HEX triplet: C3, 88 and 2E. RGB value is (195,136,46). Sum of RGB (Red+Green+Blue) = 195+136+46=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3882E is #3C77D1. Grayscale: #8F8F8F. Windows color (decimal): -3962834 or 3049667. OLE color: 3049667.

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

Color convert

RGB 195 136 46 -
CMYK 0 0.30 0.76 0.24
HSL 36.24º 0.62% 0.47% -
HSV(B) 36.24º 0.76% 0.76% -
XYZ 31.8 29.41 6.58 -
YUV 143.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 195 136 46 0 0.30 0.76 0.24 36.24 0.62 0.47
Hex C3 88 2E 0 1E 4C 18 24 3E 2F
Octal 303 210 56 0 36 114 30 44 76 57
Binary 11000011 10001000 101110 0 11110 1001100 11000 100100 111110 101111

Color Harmonies of #C3882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3882E

Black with #C3882E

Text Example


Text Example

White with #C3882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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